Skip to content

Commit 59e4121

Browse files
committed
Format code
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent e272d56 commit 59e4121

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/textcode/analysis.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ def numbered_text_lines(
7676
return iter([])
7777

7878
if not isinstance(location, str):
79-
# not a path: wrap an iterator on location which should be a sequence
80-
# of lines
79+
# not a path: wrap an iterator on location which should be a sequence of lines
8180
if TRACE:
8281
logger_debug('numbered_text_lines:', 'location is not a file')
8382
return enumerate(iter(location), start_line)

0 commit comments

Comments
 (0)