Skip to content

Commit 8addc08

Browse files
author
Oluwafemi Adenuga
committed
Fix workflow input
1 parent 0883c7a commit 8addc08

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

elorus/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def _handle_request(
116116
return self._handle_response(response)
117117

118118

119-
class SubClient:
119+
class SubClient(Client):
120120
client = Client
121121

122122
def __init__(self, client: Client):

0 commit comments

Comments
 (0)