Skip to content

Commit

Permalink
Add __future__.annotations import
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick ZAJDA <[email protected]>
  • Loading branch information
Nardol committed Feb 7, 2023
1 parent 3513d7c commit b5a6c17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pysmsboxnet/api.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""smsbox.net api client module."""

from __future__ import annotations

import asyncio

from aiohttp import ClientSession
Expand Down
2 changes: 2 additions & 0 deletions tests/test_api.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Tests for pysmsboxnet."""

from __future__ import annotations

import random

import aiohttp
Expand Down

0 comments on commit b5a6c17

Please sign in to comment.