Skip to content

Commit e5ddd21

Browse files
committed
fix: fix typo
1 parent e5d757d commit e5ddd21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloudforet/cost_analysis/manager/cost_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import logging
44
import time
55
from datetime import datetime, timezone
6-
from typing import Union
6+
from typing import Union, Generator, Any
77

88
import pandas as pd
99
from spaceone.core.error import *

0 commit comments

Comments
 (0)