Skip to content

Commit 6188d9e

Browse files
committed
updates
1 parent b6b72aa commit 6188d9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openfga_sdk/client/models/raw_response.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
made through the SDK's raw_request method.
66
"""
77

8+
import json
9+
810
from dataclasses import dataclass
911
from typing import Any
10-
import json
1112

1213

1314
@dataclass

0 commit comments

Comments
 (0)