Skip to content

Commit

Permalink
Correcting error on importing
Browse files Browse the repository at this point in the history
  • Loading branch information
cetagostini committed Oct 23, 2023
1 parent e2a5eb6 commit 13b6e96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions pymc_marketing/mmm/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
ismethoddescriptor,
)
from typing import Any, Callable, Dict, List, Optional, Tuple, Union
import types

import arviz as az
import matplotlib.pyplot as plt
Expand Down
1 change: 0 additions & 1 deletion pymc_marketing/mmm/delayed_saturated_mmm.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import json
from pathlib import Path
import types
from typing import Any, Dict, List, Optional, Union

import arviz as az
Expand Down

0 comments on commit 13b6e96

Please sign in to comment.