Skip to content

Commit cbd18ae

Browse files
committed
Fixed a pyflakes issue.
- Legacy-Id: 14536
1 parent 7d5bd3f commit cbd18ae

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ietf/checks.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,6 @@ def maybe_patch_library(app_configs, **kwargs):
365365
# 'django/db/models/fields/__init__.py'
366366
for patch_file in settings.CHECKS_LIBRARY_PATCHES_TO_APPLY:
367367
patch_path = os.path.join(saved_cwd, patch_file)
368-
with open(patch_path) as f:
369-
p = f.read()
370368
patch_set = patch.fromfile(patch_path)
371369
if patch_set:
372370
if not patch_set.apply():

0 commit comments

Comments
 (0)