Skip to content

Commit

Permalink
Merge pull request #100 from bgurney-rh/black-23
Browse files Browse the repository at this point in the history
Apply formatting changes from black 23.7.0
  • Loading branch information
mulkieran authored Aug 21, 2023
2 parents 1cf2bd1 + 6caaa6d commit c2ee977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_generated.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def _test_klasses(self):
"""
Test the standard classes specified.
"""
for (_, (spec, klass)) in klasses.items():
for _, (spec, klass) in klasses.items():
self.assertTrue(hasattr(klass, "Properties"))
self.assertTrue(hasattr(klass, "Methods"))

Expand Down

0 comments on commit c2ee977

Please sign in to comment.