Skip to content

Commit 861a2b8

Browse files
author
Jackson
committed
Remove blank line
1 parent 09951ec commit 861a2b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/classes/json_data.py

-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ def read_from_file(self, file_path, path_mode="ignore"):
163163
# File contains corruptions, backup and repair
164164
self.make_repair_backup(file_path, contents)
165165

166-
167166
# Repair lost slashes, then fix all corrupted escapes
168167
contents = self.slash_repair_re.sub(r'\1/\2', contents)
169168
contents, subs_count = self.damage_re.subn(r'\\u\1', contents)

0 commit comments

Comments
 (0)