Skip to content

Commit 6d054b1

Browse files
committed
Removed the test string
1 parent dab5147 commit 6d054b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

about_code_tool/genabout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
The input file should be a csv format which contains information about the
2020
file location, origin and license of the software components etc.
2121
"""
22-
# This is a test string
22+
2323
from __future__ import print_function
2424
from collections import namedtuple
2525
from os import makedirs

0 commit comments

Comments
 (0)