Run black on all files

This commit is contained in:
Jon Banafato
2019-11-17 16:59:14 -05:00
parent e5a634d805
commit 72403bd981
18 changed files with 170 additions and 150 deletions

View File

@@ -1,4 +1,4 @@
import sys
sys.path.insert(1, 'app/')
sys.path.insert(2, 'frontend/')
sys.path.insert(1, "app/")
sys.path.insert(2, "frontend/")