lfoppiano commited on
Commit
2a77d35
1 Parent(s): fcdce55

correct import

Browse files
Files changed (1) hide show
  1. grobid_client_generic.py +1 -1
grobid_client_generic.py CHANGED
@@ -5,7 +5,7 @@ import time
5
  import requests
6
  import yaml
7
 
8
- from commons.client import ApiClient
9
 
10
  '''
11
  This client is a generic client for any Grobid application and sub-modules.
 
5
  import requests
6
  import yaml
7
 
8
+ from client import ApiClient
9
 
10
  '''
11
  This client is a generic client for any Grobid application and sub-modules.