Fix lint errors
This commit is contained in:
@ -1,11 +1,14 @@
|
||||
#!/usr/local/bin/python3
|
||||
|
||||
"""Main module."""
|
||||
|
||||
from app.app import app
|
||||
|
||||
|
||||
def main():
|
||||
"""Run the app."""
|
||||
app.run()
|
||||
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
Reference in New Issue
Block a user