File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ diff --git a/aries_cloudcontroller/__init__.py b/aries_cloudcontroller/__init__.py
2
+ index 6a771f1..bef48bc 100644
3
+ --- a/aries_cloudcontroller/__init__.py
4
+ +++ b/aries_cloudcontroller/__init__.py
5
+ @@ -1,3 +1,5 @@
6
+ + from aries_cloudcontroller.acapy_client import AcaPyClient
7
+ +
8
+ from aries_cloudcontroller.api import (
9
+ ActionMenuApi,
10
+ BasicmessageApi,
11
+ @@ -276,6 +278,7 @@ from aries_cloudcontroller.model import (
12
+ )
13
+
14
+ __all__ = [
15
+ + "AcaPyClient",
16
+ "AMLRecord",
17
+ "ActionMenuFetchResult",
18
+ "AdminAPIMessageTracing",
Original file line number Diff line number Diff line change @@ -12,4 +12,7 @@ java -ea -server -Duser.timezone=UTC -jar "$(pwd)/../../openapi-generator/modul
12
12
# Copy
13
13
cp -r ../generated/aries_cloudcontroller/ ../aries_cloudcontroller/
14
14
15
- black ..
15
+ # Apply the patches required
16
+ cd .. && git apply --verbose generator/data/__init__.patch
17
+
18
+ black .
You can’t perform that action at this time.
0 commit comments