No longer promote imports inside methods (#23471)

This commit is contained in:
Anders Melchiorsen 2019-04-27 18:16:44 +02:00 committed by Paulus Schoutsen
parent 6be798bffc
commit 148860587c
2 changed files with 0 additions and 3 deletions

View file

@ -232,7 +232,6 @@ def gather_modules():
if errors:
print("******* ERROR")
print("Errors while importing: ", ', '.join(errors))
print("Make sure you import 3rd party libraries inside methods.")
return None
return reqs