Skip to content

Commit

Permalink
reformat with black
Browse files Browse the repository at this point in the history
  • Loading branch information
xnx committed Jun 12, 2024
1 parent dbfa0ee commit 97207a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def test_state_types_import(self):
self.assertIn("AtomicTermSymbol", states.__dict__)
self.assertIn("CompoundLSCoupling", states.__dict__)


class StatesInitFileTest(unittest.TestCase):
def test___init___imports(self):
for StateClass in STATES.keys():
Expand Down

0 comments on commit 97207a0

Please sign in to comment.