iot-onboarding / tiedie

Tie Die Onboarding and Control Project
Other
6 stars 0 forks source link

Fixed error from previous pylint PR #16

Closed rohitmohan96 closed 8 months ago

rohitmohan96 commented 8 months ago

Un-did some of the import changes that causes a runtime error when running the gateway.

In data_producer.py, app is imported outside toplevel because of a circular import issue. I will try to fix these import issues as part of #14.