Skip to content

Commit

Permalink
added backward compatibility for python 3.9 : | type union
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdallah-Ragab committed Sep 17, 2023
1 parent 348546e commit 914d0fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ip2location_toolkit/downloader/download.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import annotations
import os, requests
from pathlib import Path
from tqdm import tqdm
Expand Down

0 comments on commit 914d0fc

Please sign in to comment.