Skip to content

Commit bc7cbb0

Browse files
committed
Fix pre-commit check error
1 parent c9538df commit bc7cbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tangos/properties/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import functools
22
import importlib
33
import os
4-
import warnings
54
import sys
5+
import warnings
66
from importlib.metadata import entry_points
77

88
import numpy as np

0 commit comments

Comments
 (0)