Skip to content

Commit 2326fa8

Browse files
author
Fabien Coelho
committed
ruff fixes
1 parent f5155f6 commit 2326fa8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

implementations/c-jsu/bowtie_jsu_compile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,16 @@
99
"""
1010

1111
from pathlib import Path
12-
import dotenv
1312
import hashlib
1413
import json
15-
import os
1614
import platform
1715
import shutil
1816
import subprocess
1917
import sys
2018
import traceback
2119

2220
from jsonschema_specifications import REGISTRY
21+
import dotenv
2322

2423
type JsonObject = dict[str, Json]
2524
type JsonArray = list[Json]

0 commit comments

Comments
 (0)