Skip to content

Commit

Permalink
Fixed missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
jtc42 committed Apr 27, 2020
1 parent e7a53d2 commit ac9cb0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/nested_thing.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import random
import math
import uuid
import logging

from labthings.server.quick import create_app
from labthings.server.decorators import ThingProperty, PropertySchema
Expand Down

0 comments on commit ac9cb0a

Please sign in to comment.