Skip to content

Commit aae19eb

Browse files
committed
fix: delete all entries besides entity from __init__
1 parent d5c412e commit aae19eb

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

frost_sta_client/model/__init__.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1 @@
1-
from frost_sta_client.model import actuator
2-
from frost_sta_client.model import datastream
31
from frost_sta_client.model import entity
4-
from frost_sta_client.model import feature_of_interest
5-
from frost_sta_client.model import historical_location
6-
from frost_sta_client.model import location
7-
from frost_sta_client.model import multi_datastream
8-
from frost_sta_client.model import observation
9-
from frost_sta_client.model import observedproperty
10-
from frost_sta_client.model import sensor
11-
from frost_sta_client.model import task
12-
from frost_sta_client.model import tasking_capability
13-
from frost_sta_client.model import thing

0 commit comments

Comments
 (0)