Skip to content

Commit 78ecabc

Browse files
committedMay 31, 2023
🎨 [#317] Running isort & black
1 parent 6103a73 commit 78ecabc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+15
-50
lines changed
 

‎src/objects/accounts/migrations/0001_initial.py

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99

1010
class Migration(migrations.Migration):
11-
1211
initial = True
1312

1413
dependencies = [

‎src/objects/accounts/migrations/0002_auto_20201012_1522.py

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55

66
class Migration(migrations.Migration):
7-
87
dependencies = [
98
("accounts", "0001_initial"),
109
]

0 commit comments

Comments
 (0)