aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorF. Eugene Aumson <feuGeneA@users.noreply.github.com>2018-12-12 04:39:19 +0800
committerGitHub <noreply@github.com>2018-12-12 04:39:19 +0800
commitd37680610b772d7bb585203047bef0af0439df0a (patch)
tree4d64854940e4f9e617c0d2b9a14f46193de06c68
parente6c1c2a658cb6f821d200c5471d0a1d05a5d0042 (diff)
downloaddexon-0x-contracts-d37680610b772d7bb585203047bef0af0439df0a.tar.gz
dexon-0x-contracts-d37680610b772d7bb585203047bef0af0439df0a.tar.zst
dexon-0x-contracts-d37680610b772d7bb585203047bef0af0439df0a.zip
fix(order_utils.py): Remove stale comment
-rw-r--r--python-packages/order_utils/src/zero_ex/dev_utils/type_assertions.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python-packages/order_utils/src/zero_ex/dev_utils/type_assertions.py b/python-packages/order_utils/src/zero_ex/dev_utils/type_assertions.py
index 1dcfb39a9..4681315a8 100644
--- a/python-packages/order_utils/src/zero_ex/dev_utils/type_assertions.py
+++ b/python-packages/order_utils/src/zero_ex/dev_utils/type_assertions.py
@@ -80,8 +80,6 @@ def assert_is_provider(value: Any, name: str) -> None:
If `value` isn't a Web3 provider, raise a TypeError.
"""
- # TODO: make this provider check more flexible.
- # https://app.asana.com/0/684263176955174/901300863045491/f
if not isinstance(value, BaseProvider):
raise TypeError(
f"Expected variable '{name}' to be an instance of a Web3 provider,"
75b98'>root/editors/scite
Commit message (Expand)AuthorAgeFilesLines
* x11-toolkits/scintilla & editors/scite: Update to 4.3.2tcberner2020-03-152-4/+4
* x11-toolkits/scintilla & editors/scite: Update to 4.3.0tcberner2020-03-093-28/+33
* Update to 4.2.3joneum2020-01-082-4/+4
* - Update to 4.2.1amdmi32019-12-042-5/+4
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2019-07-271-0/+1
* x11-toolkits/scintilla: update 4.1.0 -> 4.2.0pi2019-07-114-21/+11
* editors/scite, x11-toolkits/scintilla: Remove nop CXXSTDtobik2019-05-271-1/+0
* editors/scite: update to 4.1.0swills2019-01-284-26/+32
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-121-0/+1
* x11-toolkits/scintilla editors/scite: Update to 4.0.2yuri2018-02-232-6/+5
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-0/+1
* - Update to 3.7.5amdmi32017-06-192-4/+4
* - Update to 3.7.4miwi2017-05-062-5/+4
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-0/+1
* - Update x11-toolkits/scintilla t o 3.7.3madpilot2017-03-132-4/+4
* x11-toolkits/scintilla, editors/scite: Update to 3.7.1jhale2016-12-122-4/+4
* x11-toolkits/scintilla, editors/scite: update to 3.7.0jbeich2016-11-062-4/+4
* - Update to 3.6.7amdmi32016-09-083-11/+13
* - Update to 3.6.6madpilot2016-07-112-5/+5
* Update scite and scintilla to 3.6.5.madpilot2016-05-142-3/+4
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-01