mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-14 12:10:24 +08:00
MAINT: AssetFinder should not write to db
This commit is contained in:
@@ -556,10 +556,6 @@ class AssetFinder(object):
|
||||
if isinstance(first_identifier, Integral):
|
||||
return index
|
||||
|
||||
# If symbols or Assets are provided, construction and mapping is
|
||||
# necessary
|
||||
self.consume_identifiers(index)
|
||||
|
||||
# Look up all Assets for mapping
|
||||
matches = []
|
||||
missing = []
|
||||
|
||||
Reference in New Issue
Block a user