argo0n / NograBot

Discord.py bot written by Argon#0002
GNU General Public License v3.0
2 stars 1 forks source link

(PYL-W0404) Multiple imports for an import name detected #80

Closed argo0n closed 3 years ago

argo0n commented 3 years ago

Description

A module or an import name is reimported multiple times. This can be confusing and should be fixed. Please refer to the occurrence message to see the reimported name and the line number where it was imported for the first time. #### Example: ```python import os from os import path …

Occurrences

There are 2 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/argo0n/NograBot/issue/PYL-W0404/occurrences/

argo0n commented 3 years ago

Fixed with import 23fbbedc29795f865fbef8e33a9c53e3a31f5e66