Skip to content

Commit

Permalink
✨ Import annotations only on old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteApfel committed Jul 12, 2022
1 parent e0e08e7 commit 99bf1be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyqiwip2p/Qiwip2p.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
from __future__ import annotations

import json
import random
import sys
import time
import typing
from base64 import b64decode
from ipaddress import IPv4Address, IPv4Network

if sys.version_info < (3, 10):
from __future__ import annotations

import httpx
from loguru import logger

Expand Down

0 comments on commit 99bf1be

Please sign in to comment.