Skip to content

Commit a6bb0f9

Browse files
committed
Linter fixup
1 parent c0d6f8e commit a6bb0f9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/tests_app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import test_utils
77
from starlette.testclient import TestClient
88

9-
from code_submitter.auth import BLUESHIRT_SCOPE
109
from code_submitter.tables import Archive, ChoiceHistory
1110

1211

tests/tests_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def setUp(self) -> None:
107107
super().setUp()
108108

109109
self.backend = FileBackend(
110-
path=Path(__file__).parent / 'fixtures' / 'auth-file.yml'
110+
path=Path(__file__).parent / 'fixtures' / 'auth-file.yml',
111111
)
112112

113113
def test_ok(self) -> None:

0 commit comments

Comments
 (0)