Skip to content

Commit

Permalink
format: black
Browse files Browse the repository at this point in the history
  • Loading branch information
ttngu207 committed Nov 14, 2024
1 parent 3bdd89a commit 0ed8828
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,9 @@ class Student(dj.Lookup):
for i in range(100)
]

Student.insert1((110, "Unix Time", "123-45-6789", "2022-05-06 12:11:10", 2000.0, None, 0))
Student.insert1(
(110, "Unix Time", "123-45-6789", "2022-05-06 12:11:10", 2000.0, None, 0)
)

yield Student
Student.drop()
Expand Down

0 comments on commit 0ed8828

Please sign in to comment.