Skip to content

Commit b14dbac

Browse files
pre-commit-ci[bot]andrii-i
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9636c7f commit b14dbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_scheduler/download_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
from typing import List, Optional
55

66
from jupyter_scheduler.orm import DownloadCacheRecord, create_session, generate_uuid
7-
from jupyter_scheduler.utils import get_utc_timestamp
87
from jupyter_scheduler.pydantic_v1 import BaseModel
8+
from jupyter_scheduler.utils import get_utc_timestamp
99

1010

1111
class DescribeDownloadCache(BaseModel):

0 commit comments

Comments
 (0)