Skip to content

Commit a6e4b0b

Browse files
authored
Merge pull request #114 from lhhyung/master
Fix typo
2 parents a433ce3 + c3c3efa commit a6e4b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloudforet/cost_analysis/connector/azure_cost_mgmt_connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from datetime import datetime
66
from functools import wraps
77
from io import BytesIO
8-
from typing import get_type_hints, Union, Any
8+
from typing import get_type_hints, Union, Any, Generator
99

1010
import numpy as np
1111
import pandas as pd

0 commit comments

Comments
 (0)