Skip to content

Commit 933f528

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent e7891dc commit 933f528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from dotenv import load_dotenv
1313
from tqdm import tqdm
1414

15+
from roboflow.adapters import rfapi
1516
from roboflow.config import (
1617
API_URL,
1718
APP_URL,
@@ -34,7 +35,6 @@
3435
from roboflow.util.general import write_line
3536
from roboflow.util.model_processor import process
3637
from roboflow.util.versions import get_wrong_dependencies_versions, normalize_yolo_model_type
37-
from roboflow.adapters import rfapi
3838

3939
if TYPE_CHECKING:
4040
import numpy as np

0 commit comments

Comments
 (0)