From a19b0b38a7f6acf5e1e82474c82ae35a03f2655d Mon Sep 17 00:00:00 2001 From: deeenes Date: Thu, 14 Sep 2023 21:39:23 +0200 Subject: [PATCH] linter --- omnipath/constants/_pkg_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnipath/constants/_pkg_constants.py b/omnipath/constants/_pkg_constants.py index c31ec6a..88d3a98 100644 --- a/omnipath/constants/_pkg_constants.py +++ b/omnipath/constants/_pkg_constants.py @@ -1,5 +1,5 @@ from os import environ -from typing import Optional, Tuple +from typing import Tuple, Optional from pathlib import Path from omnipath.constants import License, Organism