summaryrefslogtreecommitdiff
path: root/include/py/homekit/http/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'include/py/homekit/http/__init__.py')
-rw-r--r--include/py/homekit/http/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/py/homekit/http/__init__.py b/include/py/homekit/http/__init__.py
index 6030e95..d019e4c 100644
--- a/include/py/homekit/http/__init__.py
+++ b/include/py/homekit/http/__init__.py
@@ -1,2 +1,2 @@
-from .http import serve, ok, routes, HTTPServer
-from aiohttp.web import FileResponse, StreamResponse, Request, Response
+from .http import serve, ok, routes, HTTPServer, HTTPMethod
+from aiohttp.web import FileResponse, StreamResponse, Request, Response \ No newline at end of file