Skip to content

Commit fb2f1ea

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 25e3421 commit fb2f1ea

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

jupyter_scheduler/orm.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55

66
import sqlalchemy.types as types
77
from sqlalchemy import Boolean, Column, ForeignKey, Integer, String, create_engine
8-
from sqlalchemy.orm import declarative_base, declarative_mixin, registry, relationship, sessionmaker
8+
from sqlalchemy.orm import (
9+
declarative_base,
10+
declarative_mixin,
11+
registry,
12+
relationship,
13+
sessionmaker,
14+
)
915

1016
from jupyter_scheduler.models import EmailNotifications, Status
1117
from jupyter_scheduler.utils import get_utc_timestamp

0 commit comments

Comments
 (0)