Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 committed Mar 19, 2023
1 parent 5a7886a commit 915bafe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pycanape/calibration_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
import sys
import typing

from .config import RC

# compatibility fix for python 3.7
if sys.version_info >= (3, 8):
from functools import cached_property
Expand All @@ -24,6 +22,7 @@
enum_type,
)
from .cnp_api.cnp_constants import ObjectType, TAsap3DataType, TFormat, ValueType
from .config import RC
from .utils import CANapeError

try:
Expand Down

0 comments on commit 915bafe

Please sign in to comment.