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'
398
+
'\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'# noqa: E501
398
399
)
399
400
uncertain_requirements=sorted(
400
401
self._uncertain_requirements.items(),
401
402
key=lambdaitem: item[0].lower()
402
403
)
403
404
forimport_name, reqsinuncertain_requirements:
404
405
stream.write(
405
-
f'# WARNING(pigar): the following duplicate requirements are for import name: {import_name}\n'
406
+
f'# WARNING(pigar): the following duplicate requirements are for the import name: {import_name}\n'# noqa: E501
0 commit comments