Skip to content

Commit aaa18df

Browse files
committed
pylint
1 parent 0c55a82 commit aaa18df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causal_testing/specification/variable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from __future__ import annotations
44
from abc import ABC
55
from collections.abc import Callable
6-
from typing import Any, TypeVar
6+
from typing import TypeVar
77

88
import lhsmdu
99
from pandas import DataFrame

0 commit comments

Comments
 (0)