Skip to content

Commit 113ca50

Browse files
committed
fix style issues
1 parent e32dfbb commit 113ca50

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

store/backend/neurostore/resources/data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
StudysetStudySchema,
6161
EntitySchema,
6262
PipelineStudyResultSchema,
63-
TableSchema,
6463
)
6564
from ..schemas.data import StudysetSnapshot
6665

store/backend/neurostore/tests/api/test_tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from ...models import Study, Table, Analysis, User
1+
from ...models import Study, Table, User
22

33

44
def _assign_user_to_study_tree(study, user):

0 commit comments

Comments
 (0)