mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-09 11:19:23 +08:00
Removes unused namelookup function.
Cutting out function whose only use was an unused constant.
This commit is contained in:
+1
-7
@@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
|
||||
from utils.protocol_utils import Enum, ndict, namelookup
|
||||
from utils.protocol_utils import Enum, ndict
|
||||
|
||||
# Datasource type should completely determine the other fields of a
|
||||
# message with its type.
|
||||
@@ -34,9 +34,3 @@ TRANSFORM_TYPE = ndict({
|
||||
'PASSTHROUGH': 'PASSTHROUGH',
|
||||
'EMPTY': ''
|
||||
})
|
||||
|
||||
|
||||
FINANCE_COMPONENT = namelookup({
|
||||
'TRADING_CLIENT': 'TRADING_CLIENT',
|
||||
'PORTFOLIO_CLIENT': 'PORTFOLIO_CLIENT',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user