Skip to content

Commit 61894ad

Browse files
Merge pull request #2690 from blacklanternsecurity/fix-tests
fix tests
2 parents 27253fe + 93f0731 commit 61894ad

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

bbot/core/helpers/git.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import regex as re
21
from pathlib import Path
32

43

bbot/modules/gitdumper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import asyncio
2-
import regex as re
32
from pathlib import Path
43
from subprocess import CalledProcessError
54
from bbot.modules.base import BaseModule

bbot/modules/internal/unarchive.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from pathlib import Path
2+
from contextlib import suppress
23
from bbot.modules.internal.base import BaseInternalModule
34
from bbot.core.helpers.libmagic import get_magic_info, get_compression
45

0 commit comments

Comments
 (0)