Description
Using a single import statement per module will make the code clearer because you can see everything being imported from that module on one line. In the following example the module import on line 1 is repeated on line 3. These can be combined to make the list of imports …
Occurrences
There are 2 occurrences of this issue in the repository.
See all occurrences on DeepSource → app.deepsource.com/gh/GilbertKrantz/UniPal/issue/JS-0232/occurrences/
Description
Using a single
importstatement per module will make the code clearer because you can see everything being imported from that module on one line. In the following example themoduleimport on line 1 is repeated on line 3. These can be combined to make the list of imports …Occurrences
There are 2 occurrences of this issue in the repository.
See all occurrences on DeepSource → app.deepsource.com/gh/GilbertKrantz/UniPal/issue/JS-0232/occurrences/