mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-21 12:30:16 +08:00
MAINT: Remove left-behind comment.
This commit is contained in:
@@ -64,10 +64,6 @@ class AssetFinder(object):
|
||||
|
||||
def __init__(self, metadata=None, allow_sid_assignment=True):
|
||||
|
||||
# Any particular instance of AssetFinder should be
|
||||
# consistent throughout its lifetime, so we grab a reference
|
||||
# to our cache now. That way, if the cache is refreshed later,
|
||||
# our instance will continue to use the old one.
|
||||
self.cache = {}
|
||||
self.sym_cache = {}
|
||||
self.identifier_cache = {}
|
||||
|
||||
Reference in New Issue
Block a user