Skip to content

Commit

Permalink
Avoid exporting confusing pydantic models
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer committed Nov 27, 2024
1 parent 1d9b15c commit f139be8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smartcitizen_connector/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .models import (Sensor, Measurement, Owner, User, Location,
HardwareInfo, Postprocessing, Data, Device, Experiment)
# from .models import (Sensor, Measurement, Owner, User, Location,
# HardwareInfo, Postprocessing, Data, Device, Experiment)
from .handler import HttpHandler
from .device import SCDevice#, get_devices
from .sensor import SensorHandler, get_sensors
Expand Down

0 comments on commit f139be8

Please sign in to comment.