Skip to content

Commit

Permalink
flake8 compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
phycodurus committed Nov 2, 2023
1 parent 67f4360 commit 5502a44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tom_swift/test_swift.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import unittest


class SwiftFacilityTest(unittest.TestCase):

def test_something(self):
Expand All @@ -9,4 +10,4 @@ def test_something(self):


if __name__ == '__main__':
unittest.main()
unittest.main()

0 comments on commit 5502a44

Please sign in to comment.