From 946a9ef02bf7b9c207d079f56fcebc5850d80a44 Mon Sep 17 00:00:00 2001 From: Nex Date: Sun, 8 May 2022 14:51:31 +0200 Subject: [PATCH] Added missing import --- mvt/common/updates.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mvt/common/updates.py b/mvt/common/updates.py index c85d8bd..34d7bc8 100644 --- a/mvt/common/updates.py +++ b/mvt/common/updates.py @@ -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")