Skip to content

Commit b0ffcde

Browse files
committed
Fix tests
1 parent bd8cb96 commit b0ffcde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mindsdb_sdk/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Server(Project):
2525
2626
"""
2727

28-
def __init__(self, api):
28+
def __init__(self, api, skills: Skills = None, agents: Agents = None):
2929
# server is also mindsdb project
3030
project_name = 'mindsdb'
3131
self.databases = Databases(api)

0 commit comments

Comments
 (0)