Skip to content

Commit 377e9f1

Browse files
ruffed
1 parent 6237010 commit 377e9f1

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

bbot/modules/deadly/legba.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class legba(BaseModule):
6363
"include": "legba-#{BBOT_MODULES_LEGBA_VERSION}-#{BBOT_OS}-#{BBOT_CPU_ARCH_RUST}/legba",
6464
"remote_src": True,
6565
"mode": "u+x,g+x,o+x",
66-
}
66+
},
6767
}
6868
]
6969

bbot/scanner/preset/environ.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
import omegaconf
44
from pathlib import Path
55

6-
from bbot.core.helpers.misc import cpu_architecture, cpu_architecture_golang, cpu_architecture_rust, os_platform, os_platform_friendly
6+
from bbot.core.helpers.misc import (
7+
cpu_architecture,
8+
cpu_architecture_golang,
9+
cpu_architecture_rust,
10+
os_platform,
11+
os_platform_friendly,
12+
)
713

814

915
REQUESTS_PATCHED = False

0 commit comments

Comments
 (0)