Skip to content

Commit

Permalink
Refactor clients. Make single client for cdb. Improve client time sync.
Browse files Browse the repository at this point in the history
  • Loading branch information
smithumble committed Aug 8, 2024
1 parent f1a49cc commit e478902
Show file tree
Hide file tree
Showing 9 changed files with 372 additions and 459 deletions.
311 changes: 157 additions & 154 deletions procedure_tools/client.py

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions procedure_tools/data/aboveThreshold/bid_patch_0.json

This file was deleted.

5 changes: 0 additions & 5 deletions procedure_tools/data/aboveThreshold/bid_patch_1.json

This file was deleted.

11 changes: 5 additions & 6 deletions procedure_tools/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
import requests

from procedure_tools.client import API_PATH_PREFIX_DEFAULT
from procedure_tools.procedure import WAIT_EDR_PRE_QUAL, WAIT_EDR_QUAL, init_procedure
from procedure_tools.procedure import (WAIT_EDR_PRE_QUAL, WAIT_EDR_QUAL,
init_procedure)
from procedure_tools.utils import adapters
from procedure_tools.utils.data import (
ACCELERATION_DEFAULT,
SUBMISSION_QUICK_NO_AUCTION,
SUBMISSIONS,
)
from procedure_tools.utils.data import (ACCELERATION_DEFAULT,
SUBMISSION_QUICK_NO_AUCTION,
SUBMISSIONS)
from procedure_tools.utils.file import DATA_DIR_DEFAULT, get_default_data_dirs
from procedure_tools.utils.handlers import EX_OK
from procedure_tools.version import __version__
Expand Down
Loading

0 comments on commit e478902

Please sign in to comment.