mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-30 17:36:27 +02:00
Optimize imports.
This commit is contained in:
parent
1197a60bac
commit
d12166143a
3 changed files with 8 additions and 7 deletions
|
@ -2,12 +2,12 @@
|
|||
Map drawing configuration.
|
||||
"""
|
||||
import argparse
|
||||
from colour import Color
|
||||
from dataclasses import dataclass
|
||||
from enum import Enum
|
||||
|
||||
from typing import Optional
|
||||
|
||||
from colour import Color
|
||||
|
||||
__author__ = "Sergey Vartanov"
|
||||
__email__ = "me@enzet.ru"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue