Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
jmafoster1 committed Jul 31, 2024
1 parent 4abe735 commit 2b76d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion causal_testing/specification/capabilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
This module contains the Capability and TreatmentSequence classes to implement
treatment sequences that operate over time.
"""
from causal_testing.specification.variable import Variable
from typing import Any
from causal_testing.specification.variable import Variable


class Capability:
Expand Down
2 changes: 1 addition & 1 deletion causal_testing/testing/causal_test_adequacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
This module contains code to measure various aspects of causal test adequacy.
"""

import logging
from itertools import combinations
from copy import deepcopy
import pandas as pd
Expand All @@ -12,7 +13,6 @@
from causal_testing.specification.causal_dag import CausalDAG
from causal_testing.testing.estimators import Estimator
from causal_testing.testing.causal_test_case import CausalTestCase
import logging

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 2b76d3c

Please sign in to comment.