No longer promote imports inside methods (#23471)
This commit is contained in:
parent
6be798bffc
commit
148860587c
2 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue