Skip to content

Commit

Permalink
Running isort on changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrey12cali committed Mar 20, 2024
1 parent c9af266 commit da86676
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions weasel/tests/cli/test_cli.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
import os
import time
from pathlib import Path
from tempfile import TemporaryDirectory

import pytest
import srsly

from tempfile import TemporaryDirectory
from pathlib import Path

from weasel.cli.remote_storage import RemoteStorage
from weasel.schemas import ProjectConfigSchema, validate
from weasel.util import is_subpath_of, load_project_config, make_tempdir
from weasel.util import git_checkout, is_subpath_of, load_project_config, make_tempdir
from weasel.util import validate_project_commands
from weasel.util import git_checkout


def test_issue11235():
Expand Down
2 changes: 1 addition & 1 deletion weasel/util/git.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import os
import shutil
from pathlib import Path
from typing import Tuple
from tempfile import TemporaryDirectory
from typing import Tuple

from wasabi import msg

Expand Down

0 comments on commit da86676

Please sign in to comment.