Skip to content

Commit

Permalink
Merge pull request #63 from fredericvl/reformat
Browse files Browse the repository at this point in the history
Fix import
  • Loading branch information
vincentwolsink authored Jun 10, 2023
2 parents 8e4a0ab + 17432a4 commit 7a6d490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py_agua_iot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
import jwt
import json
import logging
import formula_parser
import re
import requests
import time
from . import formula_parser

try:
import http.client as http_client
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="py-agua-iot",
version="0.0.14",
version="0.0.15",
author="Frederic Van Linthoudt",
author_email="frederic.van.linthoudt@gmail.com",
description="py-agua-iot provides controlling heating devices connected via the IOT Agua platform of Micronova",
Expand Down

0 comments on commit 7a6d490

Please sign in to comment.