Skip to content

Commit

Permalink
typing
Browse files Browse the repository at this point in the history
  • Loading branch information
cgevans committed Dec 19, 2024
1 parent 685be74 commit 804a1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alhambra/tilesets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ def check_consistent(self):
# * ADAPTERS / SEEDS
# SEED stuff was here

def copy(self):
def copy(self) -> Self:
"""Return a full (deep) copy of the TileSet"""
return copy.deepcopy(self)

Expand Down

0 comments on commit 804a1e1

Please sign in to comment.