Added timedelta to exchange

This commit is contained in:
Sam Germain 2021-11-18 01:56:25 -06:00
parent 3d95533bf9
commit a657707ca3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import http
import inspect
import logging
from copy import deepcopy
from datetime import datetime, timezone
from datetime import datetime, timedelta, timezone
from math import ceil
from typing import Any, Dict, List, Optional, Tuple, Union