Skip to content

Commit

Permalink
Removed unused logging import
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Mar 10, 2020
1 parent 536cb5d commit e815422
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

# Start the app
if __name__ == "__main__":
import logging
from labthings.server.wsgi import Server

server = Server(app)
Expand Down

0 comments on commit e815422

Please sign in to comment.