mgbam commited on
Commit
3cb1988
·
verified ·
1 Parent(s): 21ff015

Update mcp/mygene.py

Browse files
Files changed (1) hide show
  1. mcp/mygene.py +2 -0
mcp/mygene.py CHANGED
@@ -1,6 +1,8 @@
1
  # mcp/mygene.py
2
  from functools import lru_cache
3
  from mcp.clients import BaseClient
 
 
4
 
5
  class MyGeneClient(BaseClient):
6
  def __init__(self):
 
1
  # mcp/mygene.py
2
  from functools import lru_cache
3
  from mcp.clients import BaseClient
4
+ from typing import Dict
5
+
6
 
7
  class MyGeneClient(BaseClient):
8
  def __init__(self):