Skip to content

Commit 128dca4

Browse files
committed
Fix imports
1 parent ec82740 commit 128dca4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

juju/charmhub.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
from .client import client
22
from .errors import JujuError
3+
from juju import jasyncio
4+
5+
import requests
6+
import json
37

48

59
class CharmHub:

0 commit comments

Comments
 (0)