Skip to content

Commit

Permalink
refactor: import packages in separate lines
Browse files Browse the repository at this point in the history
Imports from different modules should be on different lines.
  • Loading branch information
deepsource-autofix[bot] authored and itsHenry35 committed Dec 24, 2023
1 parent 1c430fe commit a96afad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
from gui.login1_sms import login1_sms
from gui.login2_sms import login2_sms
from gui.login3 import login3
import sys, os, webbrowser
import sys
import os
import webbrowser
import platform
import tkinter.messagebox as mb
import sentry_sdk
Expand Down

0 comments on commit a96afad

Please sign in to comment.