Skip to content

Commit b4e37bb

Browse files
author
Uri Neri
committed
fix wrong typing library import
1 parent 95b0316 commit b4e37bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/rolypoly/utils/logging/config.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import logging
22
import os
33
from pathlib import Path
4-
from typing import Any, Dict, Optional
5-
6-
from typing_extensions import Union
4+
from typing import Any, Dict, Optional, Union
75

86
from rolypoly.utils.logging.loggit import setup_logging
97

0 commit comments

Comments
 (0)