Skip to content

Commit aafd875

Browse files
committed
fix lint
1 parent 579cb99 commit aafd875

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/test_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import subprocess
22
from pathlib import Path
33
from test.test_utils import (
4+
env_var_token_test_config,
45
init_git_repos,
56
run_cli,
67
simple_test_config,
78
simple_test_database,
8-
env_var_token_test_config,
99
)
1010
from typing import Dict, List, Optional
1111
from unittest.mock import Mock, patch

test/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def run_cli(
1212
cmd: List[str],
1313
cfg: Optional[config.Config] = None,
1414
db: Optional[database.Database] = None,
15-
env: Optional[dict]=None,
15+
env: Optional[dict] = None,
1616
should_fail: bool = False,
1717
) -> Result:
1818
if cfg:

0 commit comments

Comments
 (0)