Added missing import

This commit is contained in:
Nex 2022-05-08 14:51:31 +02:00
parent c343eed5a0
commit 946a9ef02b
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
import requests
from packaging import version
from .version import MVT_VERSION
def check_for_updates():
res = requests.get("https://pypi.org/pypi/mvt/json")