mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
Add PEP-484 type annotations to zerver/lib/.
This commit is contained in:
@@ -11,7 +11,7 @@ class SourceMap(object):
|
||||
|
||||
def __init__(self, sourcemap_dir):
|
||||
self._dir = sourcemap_dir
|
||||
self._indices = {}
|
||||
self._indices = {} # type: Dict[str, sourcemap.SourceMapDecoder]
|
||||
|
||||
def _index_for(self, minified_src):
|
||||
'''Return the source map index for minified_src, loading it if not
|
||||
|
||||
Reference in New Issue
Block a user