Skip to content

Commit

Permalink
Formatted using black
Browse files Browse the repository at this point in the history
  • Loading branch information
pchakraborty committed May 8, 2024
1 parent 7c9acc2 commit dce8395
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/mepo/utilities/chdir.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""contextlib.chdir was introduced in Python 3.11"""

import os
from contextlib import contextmanager

Expand Down
2 changes: 2 additions & 0 deletions tests/test_mepo_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@
import mepo.command.diff as mepo_diff
import mepo.command.whereis as mepo_whereis
import mepo.command.reset as mepo_reset

# Import commands with dash in the name
mepo_restore_state = importlib.import_module("mepo.command.restore-state")
mepo_checkout_if_exists = importlib.import_module("mepo.command.checkout-if-exists")
mepo_pull_all = importlib.import_module("mepo.command.pull-all")

TEST_DIR = os.path.dirname(os.path.realpath(__file__))


class TestMepoCommands(unittest.TestCase):

@classmethod
Expand Down

0 comments on commit dce8395

Please sign in to comment.