chore(e2e_tests): make the linter happier
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from helpers import *
|
||||
|
||||
import re
|
||||
|
||||
import pytest
|
||||
import git
|
||||
import pytest
|
||||
from helpers import (
|
||||
EmptyDir,
|
||||
TempGitFileRemote,
|
||||
TempGitRepositoryWorktree,
|
||||
funcname,
|
||||
grm,
|
||||
shell,
|
||||
)
|
||||
|
||||
|
||||
def test_worktree_fetch():
|
||||
|
||||
Reference in New Issue
Block a user