Skip to content

Commit 8882711

Browse files
author
Anup Kumar
committed
fix linting
1 parent 7c1619f commit 8882711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bioblend/galaxy/tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contains possible interaction dealing with Galaxy tools.
33
"""
44

5-
from os.path import basename
65
import re
6+
from os.path import basename
77
from typing import (
88
Any,
99
Literal,

0 commit comments

Comments
 (0)