Skip to content

Commit

Permalink
Fixing Black formatting errors in `optika.materials._tests.test_mater…
Browse files Browse the repository at this point in the history
…ials` module.
  • Loading branch information
byrdie committed Sep 18, 2023
1 parent 214e0f4 commit 665c57c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion optika/materials/_tests/test_materials.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
class AbstractTestAbstractMaterial(
optika._tests.test_mixins.AbstractTestTransformable,
):

def test_is_mirror(self, a: optika.materials.AbstractMaterial):
assert isinstance(a.is_mirror, bool)

Expand Down

0 comments on commit 665c57c

Please sign in to comment.