Fix rebase conflicts

This commit is contained in:
richard-dds
2019-06-10 15:33:30 -04:00
parent 5339fd34d5
commit 40b599d1d0
4 changed files with 6 additions and 6 deletions

View File

@@ -31,5 +31,5 @@ contract = client.get_contract(contract_number=contract_number, status="Y")
requested_clins = ",".join(["'0001'", "'0003'", "'1001'", "'1003'", "'2001'", "'2003'"])
clins = client.get_clins(
record_key=contract_number, duns_number="", cage_code="1U305", clins=requested_clins
record_key=contract_number, duns_number="", cage_code="1U305", with_clins=requested_clins
)