remove import from updater

This commit is contained in:
Mario Voigt 2021-11-05 02:08:46 +01:00
parent 9216775939
commit 5a893daaf1
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import inkex
import os
import warnings
from datetime import datetime
from pyqtgraph.examples.verlet_chain.relax import so
try:
import git
from git import Repo #requires GitPython lib