Skip to content

Commit

Permalink
fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaGusev committed Sep 16, 2024
1 parent d55d4e9 commit 92705c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calc_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import networkx as nx # type: ignore
import matplotlib.pyplot as plt # type: ignore
from pyvis.network import Network # type: ignore
from scipy.stats import spearmanr, kendalltau # type: ignore
from scipy.stats import spearmanr, kendalltau


def main(input_dir: str) -> None:
Expand Down

0 comments on commit 92705c8

Please sign in to comment.