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 6, 2024
1 parent 762cb09 commit 9aeb479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions jupyter_scheduler/tests/test_execution_manager.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import shutil

import pytest

from jupyter_scheduler.executors import DefaultExecutionManager
Expand Down
2 changes: 1 addition & 1 deletion jupyter_scheduler/tests/test_scheduler.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Tests for scheduler"""

from pathlib import Path
import shutil
from pathlib import Path
from unittest import mock
from unittest.mock import patch

Expand Down

0 comments on commit 9aeb479

Please sign in to comment.