Rename files to conform to PEP8

This commit is contained in:
Serene-Arc
2021-02-07 11:09:31 +10:00
committed by Ali Parlakci
parent 12b5fd351e
commit be613949fe
17 changed files with 22 additions and 22 deletions

View File

@@ -4,7 +4,7 @@ from os import makedirs, path
from pathlib import Path
from typing import Optional
from bulkredditdownloader.jsonHelper import JsonFile
from bulkredditdownloader.json_helper import JsonFile
class GLOBAL: