Skip to content

Commit d24c926

Browse files
committed
chore: reorder imports in request_interface.py for consistency
1 parent feabc63 commit d24c926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

audiostack/helpers/request_interface.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import contextlib
2-
from contextvars import ContextVar
32
import json
43
import shutil
4+
from contextvars import ContextVar
55
from typing import Any, Callable, Dict, Generator, Optional, Union
66

77
import requests

0 commit comments

Comments
 (0)