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 Apr 30, 2024
1 parent 81846ea commit 4689b25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions jupyter_scheduler/tests/test_execution_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
import pytest
from sqlalchemy import create_engine
from sqlalchemy.orm import sessionmaker
import pytest

from conftest import DB_URL
from jupyter_scheduler.executors import DefaultExecutionManager
from jupyter_scheduler.orm import Job
from pathlib import Path

from conftest import DB_URL

JOB_ID = "69856f4e-ce94-45fd-8f60-3a587457fce7"
NOTEBOOK_NAME = "side_effects.ipynb"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Hello world!
Hello world!

0 comments on commit 4689b25

Please sign in to comment.