aboutsummaryrefslogtreecommitdiff
path: root/repos/__init__.py
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-29 17:19:40 -0600
committerMelody Horn <melody@boringcactus.com>2021-03-29 17:19:40 -0600
commit8876b673b95c47773164e0ad17d9d8682968f20b (patch)
tree8530a2a61e10068f94bfdcae66fda9f91f6981f9 /repos/__init__.py
parent7fb9136bf70951a3da3acfedc3d5cff12e7dc12c (diff)
downloadwhere-packaged-8876b673b95c47773164e0ad17d9d8682968f20b.tar.gz
where-packaged-8876b673b95c47773164e0ad17d9d8682968f20b.zip
parse and compare versions
Diffstat (limited to 'repos/__init__.py')
-rw-r--r--repos/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/repos/__init__.py b/repos/__init__.py
index 0f71dd1..1dea3a1 100644
--- a/repos/__init__.py
+++ b/repos/__init__.py
@@ -1,4 +1,4 @@
-from typing import Mapping, List, Any
+from typing import Mapping, List
from . import alpine_linux
from .base import Repository