Skip to content

Commit 1fab42a

Browse files
authored
Merge pull request #115 from lhhyung/master
FIx typo
2 parents a6e4b0b + 3b4b11a commit 1fab42a

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)