Skip to content

Commit 6953577

Browse files
committed
all hail the linting gods
1 parent 8fc0773 commit 6953577

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roboflow/core/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
import sys
77
import time
88
import zipfile
9-
from typing import Optional, TYPE_CHECKING, Union
9+
from typing import TYPE_CHECKING, Optional, Union
1010

11-
from dotenv import load_dotenv
1211
import requests
12+
from dotenv import load_dotenv
1313
from tqdm import tqdm
1414

1515
from roboflow.adapters import rfapi

0 commit comments

Comments
 (0)