isort and flake8

This commit is contained in:
Beverly Nguyen
2025-04-10 12:38:41 -07:00
parent 6dd44fdc2d
commit f8eb512aab
4 changed files with 4 additions and 5 deletions

View File

@@ -88,7 +88,6 @@ class Config(object):
],
}
FEATURE_SOCKET_ENABLED = getenv("FEATURE_SOCKET_ENABLED", "false") == "true"