From b6c68f55c0f9ee2737ee4effa19f6d6606e5b999 Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Wed, 23 Oct 2024 16:21:24 +0200 Subject: [PATCH] update imports --- src/depiction_targeted_preproc/app_interface/dispatch_app.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/depiction_targeted_preproc/app_interface/dispatch_app.py b/src/depiction_targeted_preproc/app_interface/dispatch_app.py index a8f42b5..516617a 100644 --- a/src/depiction_targeted_preproc/app_interface/dispatch_app.py +++ b/src/depiction_targeted_preproc/app_interface/dispatch_app.py @@ -1,10 +1,9 @@ from __future__ import annotations -from pathlib import Path -from typing import Any - import cyclopts import yaml +from pathlib import Path +from typing import Any from app_runner.dispatch.dispatch_individual_resources import DispatchIndividualResources, config_msi_imzml from bfabric import Bfabric