Remove hidden character from front of shebang line
Found by [pycycle --verbose --source gramps] Once corrected pycycle reports: Project successfully transformed to AST, checking imports for cycles.. No worries, no cycles here!
This commit is contained in:
parent
544e3dbcc4
commit
1a113ae0fd
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/env python3
|
#! /usr/bin/env python3
|
||||||
""" Test program for import modules
|
""" Test program for import modules
|
||||||
"""
|
"""
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user