From cbe84767197dd48112ab6f06b350c29527425f79 Mon Sep 17 00:00:00 2001 From: deeenes Date: Fri, 19 Apr 2024 10:44:14 +0200 Subject: [PATCH] py39 comp --- pypath/share/cache.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pypath/share/cache.py b/pypath/share/cache.py index 9f0b0f20b..bf424ac34 100644 --- a/pypath/share/cache.py +++ b/pypath/share/cache.py @@ -17,6 +17,8 @@ # Website: https://pypath.omnipathdb.org/ # +from __future__ import annotations + from typing import Any import os