Skip to content

Commit 6103958

Browse files
committed
fix: fixed import order
1 parent 09a8077 commit 6103958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pylint: disable=redefined-outer-name
2-
import os
32
import json
3+
import os
44
from typing import Optional
55

66
import requests

0 commit comments

Comments
 (0)