refactor: remove unneeded pass

This commit is contained in:
2021-07-06 15:16:05 -04:00
parent 15588c3d74
commit 83d2ddbc6b
2 changed files with 1 additions and 3 deletions

View File

@@ -139,7 +139,6 @@ class PieceDto():
self.x = x
self.y = y
self.type = type_
pass
@staticmethod
def create(data: Dict) -> "PieceDto":