Skip to content

Commit

Permalink
⬆️ minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed Mar 8, 2022
1 parent a27873b commit f5d8376
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cdlib/test/test_community_discovery_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
import random
import os

try:
import karateclub
except ModuleNotFoundError:
karateclub = None

try:
import pycombo as pycombo_part
except ModuleNotFoundError:
Expand Down

0 comments on commit f5d8376

Please sign in to comment.