Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Maxwell committed May 18, 2021
1 parent 011237b commit 7fa6dd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/crs/test_crs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1476,6 +1476,7 @@ def test_to_3d__name():
crs_3d = CRS("EPSG:2056").to_3d(name="TEST")
assert crs_3d.name == "TEST"


def test_subclassing():
class myCRS(CRS):
def foo_method(self):
Expand Down

0 comments on commit 7fa6dd7

Please sign in to comment.