Skip to content

Commit f7b5380

Browse files
committed
Pylint ignore
1 parent 55ebcea commit f7b5380

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/importers/importer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def run(self): # pylint: disable=too-many-locals
272272
return import_task
273273

274274
def prepare_resources(self, path, resource_types, dependencies, visited_dependencies, resources):
275-
# pylint: disable=too-many-locals
275+
# pylint: disable=too-many-locals,too-many-branches
276276
with open(path, 'rb') if path.startswith('/') else tempfile.NamedTemporaryFile() as temp:
277277
request_path = path
278278
if not path.startswith('/'): # not local file

0 commit comments

Comments
 (0)