Skip to content

Commit

Permalink
Fix import in cloudctrl.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerganov committed May 25, 2020
1 parent 57a0717 commit a7f5214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyairctrl/cloudctrl.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import urllib.request
import urllib.parse

from pyairctrl.http_air_client import HTTPAirClient
from pyairctrl.http_client import HTTPAirClient

def parse_attr(str, key):
p = re.compile('%s=\"(.+?)\"' % key)
Expand Down

0 comments on commit a7f5214

Please sign in to comment.