GilbertKrantz / UniPal

UniPal is a web application that uses AI to help students to find relevant information about universities in Indonesis (currently only available for Binus University).
https://unipal.online/
MIT License
2 stars 0 forks source link

(JS-0232) Found duplicate module imports #34

Open GilbertKrantz opened 3 weeks ago

GilbertKrantz commented 3 weeks ago

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/