Skip to content

Commit 32b6495

Browse files
committed
🐛 fix imports after merge
1 parent b3a7b6f commit 32b6495

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vuegen/config_manager.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
import logging
12
import os
23
from pathlib import Path
3-
from typing import Dict, List, Union, Tuple
4+
from typing import Dict, List, Optional, Tuple, Union
45

56
from . import report as r
67
from .utils import assert_enum_value, get_logger

0 commit comments

Comments
 (0)