refactor: remove unneeded pass
This commit is contained in:
@@ -139,7 +139,6 @@ class PieceDto():
|
||||
self.x = x
|
||||
self.y = y
|
||||
self.type = type_
|
||||
pass
|
||||
|
||||
@staticmethod
|
||||
def create(data: Dict) -> "PieceDto":
|
||||
|
||||
Reference in New Issue
Block a user