X Tutup
Skip to content

Commit 4cd6684

Browse files
committed
Remove unnecessary close
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 3afa1db commit 4cd6684

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bpython/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,3 @@ def load_theme(struct, path, colors, default_colors):
245245
for k, v in default_colors.iteritems():
246246
if k not in colors:
247247
colors[k] = v
248-
f.close()

0 commit comments

Comments
 (0)
X Tutup