mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 05:40:26 +02:00
Reformat using black
This commit is contained in:
+2
-1
@@ -27,10 +27,11 @@ def main():
|
||||
version = None
|
||||
if version:
|
||||
print(f"🔖 Package version: {version}")
|
||||
|
||||
|
||||
# Check if build module is installed, install if not
|
||||
# Temporarily remove script_dir from sys.path to avoid importing local build.py
|
||||
import sys
|
||||
|
||||
original_path = sys.path[:]
|
||||
try:
|
||||
sys.path = [p for p in sys.path if os.path.abspath(p) != script_dir]
|
||||
|
||||
Reference in New Issue
Block a user