Skip to content

Commit

Permalink
runned black
Browse files Browse the repository at this point in the history
  • Loading branch information
AlxEnashi committed Dec 4, 2024
1 parent e75c22d commit 82f1a4d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ def get_scribe_messages(classifications_by_classifier: pd.DataFrame):
pd_to_insert["classifier_nane"] = self._get_classifier_name(ch)
hierarchical.append(pd_to_insert)


# probabilities
if not probabilities.index.name == "oid":
try:
Expand All @@ -317,7 +316,6 @@ def get_scribe_messages(classifications_by_classifier: pd.DataFrame):

# hierarchical
for h_pd in hierarchical:

if not h_pd.index.name == "oid":
try:
h_pd.set_index("oid", inplace=True)
Expand Down

0 comments on commit 82f1a4d

Please sign in to comment.