diff --git a/afc/externalConfig.py b/afc/externalConfig.py index b2786c0..497d6cf 100644 --- a/afc/externalConfig.py +++ b/afc/externalConfig.py @@ -8,7 +8,7 @@ """ # pylint: disable=invalid-name, bare-except, too-many-statements -# pylint: disable=too-many-locals +# pylint: disable=too-many-locals, unused-import import os import json diff --git a/afc/resources/config/example_config.json b/afc/resources/config/example_config.json index 0394a9f..af427c5 100644 --- a/afc/resources/config/example_config.json +++ b/afc/resources/config/example_config.json @@ -1 +1 @@ -{"system_id": "Test-AAA", "location_state": "CA", "location_city": "Berkeley", "location_orientation": 0, "room_width": 10, "room_height": 11, "room_depth": 15, "occupant_1_direction": 0, "occupant_brightness": 100, "occupant_glare": 100, "window_width": 4.5, "window_height": 8.5, "window_sill": 0.5, "window_count": 2, "system_type": "ec-71t", "system_light": "LED", "system_cooling": "el", "system_cooling_eff": 3.5, "system_heating": "el", "system_heating_eff": 0.95, "location_latitude": 37.85, "location_longitude": -122.24, "location_elevation": 170, "occupant_number": 1, "debug": false, "tariff_name": "e19-2020", "building_age": "new_constr", "interface_status": "Updated Configuration."} \ No newline at end of file +{"system_id": "Test-AAA", "location_state": "CA", "location_city": "Berkeley", "location_orientation": 0, "room_width": 10, "room_height": 11, "room_depth": 15, "occupant_1_direction": 0, "occupant_brightness": 100, "occupant_glare": 100, "window_width": 4.5, "window_height": 8.5, "window_sill": 0.5, "window_count": 2, "system_type": "ec-71t", "system_light": "LED", "system_cooling": "el", "system_cooling_eff": 3.5, "system_heating": "el", "system_heating_eff": 0.95, "location_latitude": 37.85, "location_longitude": -122.24, "location_elevation": 170, "occupant_number": 1, "debug": false, "tariff_name": "e19-2020", "building_age": "new_constr", "interface_status": "Updated Configuration."} \ No newline at end of file diff --git a/dev/Development-JsonParser.ipynb b/dev/Development-JsonParser.ipynb index 0e9da5f..e735c0c 100644 --- a/dev/Development-JsonParser.ipynb +++ b/dev/Development-JsonParser.ipynb @@ -40,7 +40,7 @@ "\"\"\"\n", "\n", "# pylint: disable=invalid-name, bare-except, too-many-statements\n", - "# pylint: disable=too-many-locals\n", + "# pylint: disable=too-many-locals, unused-import\n", "\n", "import os\n", "import json\n",