diff --git a/dowhy/graph.py b/dowhy/graph.py index 3333c3fb41..f739ffc069 100644 --- a/dowhy/graph.py +++ b/dowhy/graph.py @@ -1,8 +1,4 @@ -"""This module defines the fundamental interfaces and functions related to causal graphs.. - -Classes and functions in this module should be considered experimental, meaning there might be breaking API changes in -the future. -""" +"""This module defines the fundamental interfaces and functions related to causal graphs.""" import itertools import logging import re