Formatting

This commit is contained in:
Lukas Wölfer
2020-02-12 01:04:08 +01:00
parent a8ead54831
commit 8c43ae4eb0
15 changed files with 59 additions and 45 deletions

View File

@@ -1,6 +1,7 @@
"""Contains actions that can be used on the board"""
from typing import List, Tuple, Optional
from dataclasses import dataclass
from typing import List, Optional, Tuple
from .. import board