graphqler/compiler/compiler.py
Function __init__
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
def __init__(self, save_path: str, url: str):
"""Initializes the compiler,
creates all necessary file paths to save the outputs for run if doesn't already exist
Args: