You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'\nWARNING(pigar): some manual fixes are required since pigar has found duplicate requirements for the same import name.\n'
405
+
'\n# WARNING(pigar): some manual fixes might be required as pigar has detected duplicate requirements for the same import name (possibly for different submodules).\n'
398
406
)
399
407
uncertain_requirements=sorted(
400
408
self._uncertain_requirements.items(),
401
409
key=lambdaitem: item[0].lower()
402
410
)
403
411
forimport_name, reqsinuncertain_requirements:
404
412
stream.write(
405
-
f'# WARNING(pigar): the following duplicate requirements are for import name: {import_name}\n'
413
+
f'# WARNING(pigar): the following duplicate requirements are for the import name: {import_name}\n'
0 commit comments