Skip to content

Commit 5d9bcab

Browse files
committed
fix pre-commit check
1 parent b70eda5 commit 5d9bcab

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_auth.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
from base64 import b64encode
22
from copy import deepcopy
33

4-
54
import pytest
65
from icecream import ic
76

87
from asgi_webdav.auth import DAVAuth, DAVPassword, DAVPasswordType
8+
from asgi_webdav.cache import DAVCacheType
99
from asgi_webdav.config import Config
1010
from asgi_webdav.constants import DAVPath, DAVUser
1111
from asgi_webdav.request import DAVRequest
12-
from asgi_webdav.cache import DAVCacheType
1312

1413
from .test_webdav_base import ASGITestClient, get_webdav_app
1514

0 commit comments

Comments
 (0)