From e5c59e1e5eb6d656e25a1f072a5fc48d7f5507e2 Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Wed, 24 Apr 2024 11:34:52 -0400 Subject: [PATCH] Fix imports after suggestions from code review. --- lib/galaxy/exceptions/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/galaxy/exceptions/__init__.py b/lib/galaxy/exceptions/__init__.py index d167a2e1fd0..8deab77bc17 100644 --- a/lib/galaxy/exceptions/__init__.py +++ b/lib/galaxy/exceptions/__init__.py @@ -16,6 +16,8 @@ have nothing to do with the web - keep this in mind when defining exception name and messages. """ +from typing import Optional + from .error_codes import ( error_codes_by_name, ErrorCode,