fossasia / susi_linux

Hardware for SUSI AI https://susi.ai
Apache License 2.0
1.6k stars 148 forks source link

Duplicate import of flask module #484

Closed VishalSharma0309 closed 5 years ago

VishalSharma0309 commented 5 years ago

Describe the bug

Different packages have been imported from the same package in two different lines making the code inefficient

To Reproduce

Steps to reproduce the behavior:

  1. Go to 'https://github.com/fossasia/susi_linux/blob/development/access_point/server/server.py'
  2. Scroll down to 'line 10 and 11'
  3. See the duplicate import

Expected behavior

Both the imports should be made in a single line

Screenshots

NA

Additional context

I would like to fix this.