We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ea13e commit 5f77eeaCopy full SHA for 5f77eea
tronapi/transactionbuilder.py
@@ -3,8 +3,8 @@
3
# Licensed under the MIT License. See License.txt in the project root for license information.
4
# --------------------------------------------------------------------------------------------
5
6
-from datetime import datetime, timedelta
7
-from typing import Dict, Any, Tuple, List
+from datetime import datetime
+from typing import Any, Tuple, List
8
9
from tronapi.exceptions import InvalidTronError, TronError, InvalidAddress
10
from tronapi.utils.help import is_valid_url
0 commit comments