sort imports

This commit is contained in:
Janne Sinivirta
2018-01-10 09:51:36 +02:00
parent 0abc30401c
commit 86db6c9084
16 changed files with 50 additions and 46 deletions

View File

@@ -1,5 +1,5 @@
from abc import ABC, abstractmethod
from typing import List, Dict, Optional
from typing import Dict, List, Optional
class Exchange(ABC):