Skip to content

Commit

Permalink
Fix graph module description
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Bloebaum <bloebp@amazon.com>
  • Loading branch information
bloebp committed Nov 26, 2023
1 parent 055cda5 commit 98dcba0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dowhy/graph.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 98dcba0

Please sign in to comment.