diff --git a/ivy/compiler/compiler.py b/ivy/compiler/compiler.py index 992042b4c5f9f..742149564116f 100644 --- a/ivy/compiler/compiler.py +++ b/ivy/compiler/compiler.py @@ -2,6 +2,8 @@ from typing import Callable, Optional, List, Union, Iterable, Tuple python_version = platform.python_version_tuple() + + # TODO: create meaningful types for Graph and LazyGraph, # will probably need a seperate file for that class Graph: