We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba96bf commit 482ae7fCopy full SHA for 482ae7f
1 file changed
lib/galaxy/managers/notification.py
@@ -1,4 +1,5 @@
1
import logging
2
+from collections.abc import Callable
3
from datetime import datetime
4
from enum import Enum
5
from typing import (
@@ -7,7 +8,6 @@
7
8
Optional,
9
Union,
10
)
-from collections.abc import Callable
11
from urllib.parse import urlparse
12
13
from pydantic import (
0 commit comments