Fix linting issues

This commit is contained in:
2022-06-08 19:56:16 +01:00
parent 8f5218c2bb
commit a2692fecc9
3 changed files with 21 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
from . import main
from smsbot import main
if __name__ == '__main__':
main()
main()