Skip to content

Commit e8d2516

Browse files
committed
fix: fix lint
1 parent 89719c6 commit e8d2516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pycanon/utility/_reidentification_metrics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
import typing
1818
import numpy as np
1919
import pandas as pd
20-
from pycanon import anonymity
2120
from pycanon.anonymity.utils import aux_anonymity
2221

22+
2323
def average_rir(
2424
data_anon: pd.DataFrame,
2525
quasi_ident: typing.Union[typing.List, np.ndarray]
2626
) -> float:
27-
""" Calculate the average re-identification risk metric
27+
"""Calculate the average re-identification risk metric.
2828
2929
:param data_anon: dataframe with the data anonymized.
3030
:type data_anon: pandas dataframe

0 commit comments

Comments
 (0)