Skip to content

Commit ec0c064

Browse files
committed
CU-869azeyvz: Linting changes
1 parent 1c59f38 commit ec0c064

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

medcat-v2/medcat/__main__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import sys
22

33

4-
_DL_SCRIPTS_USAGE = "Usage: python -m medcat download-scripts [DEST] [log_level]"
4+
_DL_SCRIPTS_USAGE = (
5+
"Usage: python -m medcat download-scripts [DEST] [log_level]")
56

67

78
def main(*args: str):

0 commit comments

Comments
 (0)