Skip to content

Commit c15d31e

Browse files
committed
Fix import order
1 parent cfd78ab commit c15d31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mock_vws/_mock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import json
66
import uuid
77
from datetime import datetime, timedelta
8-
from typing import Callable, Dict, List, Tuple
98
from typing import Union # noqa F401
9+
from typing import Callable, Dict, List, Tuple
1010

1111
import wrapt
1212
from requests import codes

0 commit comments

Comments
 (0)