Skip to content

Commit

Permalink
FIX: black refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekWadinger committed Oct 3, 2023
1 parent 63fc9b1 commit 4df36df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion river/anomaly/lof.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from __future__ import annotations

import copy
import functools

import pandas as pd
Expand Down Expand Up @@ -346,7 +347,7 @@ def score_one(self, x: dict):
return 0.5

x_list_copy = self.x_list.copy()
import copy

(
nm,
x_list_copy,
Expand Down

0 comments on commit 4df36df

Please sign in to comment.