Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 20, 2024
1 parent c56e28e commit 0acbafb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion jupyter_scheduler/orm.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from sqlalchemy.orm import declarative_base, declarative_mixin, registry, sessionmaker
from sqlalchemy.sql import text


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

Expand Down
9 changes: 8 additions & 1 deletion jupyter_scheduler/tests/test_orm.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
from sqlalchemy import Column, Integer, String
from sqlalchemy.exc import OperationalError
from jupyter_scheduler.orm import Job, JobDefinition, CommonColumns, create_tables, create_session

from jupyter_scheduler.orm import (
CommonColumns,
Job,
JobDefinition,
create_session,
create_tables,
)


def test_common_column_addition():
Expand Down

0 comments on commit 0acbafb

Please sign in to comment.