Skip to content

Commit

Permalink
fix: add missing __future__ annotations for type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeCybis authored and jourdain committed Jun 20, 2024
1 parent 9353534 commit 472950f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/src/wslink/backends/aiohttp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import annotations
import os
import logging
import sys
Expand All @@ -7,6 +8,7 @@

from wslink.protocol import WslinkHandler, AbstractWebApp


# Backend specific imports
import aiohttp
import aiohttp.web as aiohttp_web
Expand Down

0 comments on commit 472950f

Please sign in to comment.