Skip to content

Commit

Permalink
Fix wrong callable import
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Berger committed Jul 3, 2024
1 parent 408b0c2 commit 90a5411
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mm/alignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
import shutil
import statistics
import xml.etree.ElementTree as ET
from collections.abc import Callable
from typing import Counter, List, Optional, Tuple, Union
from typing import Callable, Counter, List, Optional, Tuple, Union

from sisyphus import *

Expand Down

0 comments on commit 90a5411

Please sign in to comment.