Skip to content

Commit

Permalink
cln: Pass precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Stevens-Haas committed Apr 24, 2024
1 parent 4bd31f4 commit 45238db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mitosis/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

import pytest

from mitosis.__main__ import main
from mitosis.__main__ import _create_parser
from mitosis.__main__ import _process_cl_args
from mitosis.__main__ import _split_param_str
from mitosis.__main__ import main
from mitosis.__main__ import normalize_modinput
from mitosis.tests.mock_legacy import lookup_dict
from mitosis.tests.mock_legacy import run
Expand Down

0 comments on commit 45238db

Please sign in to comment.