Skip to content

Commit

Permalink
import as FSDataObjects
Browse files Browse the repository at this point in the history
  • Loading branch information
cxloe committed Nov 22, 2022
1 parent c0316fd commit fceb1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integ-tests/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import json

from fullservice import FullServiceAPIv2 as v2
from dataobjects import Response, Account #TODO rename as FSDataObjects
from dataobjects import Response, Account as FSDataObjects

with open('config') as json_file:
config = json.load(json_file)
Expand Down

0 comments on commit fceb1de

Please sign in to comment.