Apply isort to all python files (bfxapi/**/*.py).

This commit is contained in:
Davide Casale
2024-02-26 19:36:10 +01:00
parent d3f402fbc7
commit 2b7dfc5b8a
29 changed files with 224 additions and 196 deletions

View File

@@ -1,9 +1,7 @@
from typing import \
List, Dict, Literal, Optional, Any
from dataclasses import dataclass
from typing import Any, Dict, List, Literal, Optional
from .labeler import _Type, partial, compose
from .labeler import _Type, compose, partial
#region Dataclass definitions for types of public use