Skip to content

Commit

Permalink
Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewHambley committed Apr 3, 2024
1 parent c413d44 commit ef209ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit_tests/steps/grab/test_svn_fcm_unit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
from pathlib import Path
from subprocess import Popen, run
import time
from typing import List, Tuple
from typing import Tuple

from pytest import fixture, mark, raises

from fab import FabException
from fab.build_config import BuildConfig
from fab.steps.grab.svn import split_repo_url, svn_export

Expand Down

0 comments on commit ef209ce

Please sign in to comment.