Closed DavidPal closed 3 years ago
Thanks for the contribution - this looks great.
I'll merge this in and try to work through the import errors seen in tests. I suspect there was just a change in module naming in pylint so now this is importing a module instead of a function.
This PR fixes issues:
List of changes:
0.2.2
Testing:
x.py
with content:C = """hello world """
D = ''' hello world '''
def foo(): '''Foo''' pass