Auto-format and fix tuple

This commit is contained in:
Ines Montani 2020-07-03 15:20:10 +02:00
parent e1b3e8ee11
commit 84fb3a3fb3
1 changed files with 16 additions and 16 deletions

View File

@ -28,7 +28,7 @@ CONVERTERS = {
# File types that can be written to stdout
FILE_TYPES_STDOUT = ("json")
FILE_TYPES_STDOUT = ("json",)
class FileTypes(str, Enum):