Skip to content

Commit

Permalink
fix missing dedent import
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrachten committed Nov 4, 2019
1 parent c87a012 commit 74c57b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partitura/utils/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import logging
from collections import defaultdict

from textwrap import dedent
import numpy as np

LOGGER = logging.getLogger(__name__)
Expand Down

0 comments on commit 74c57b1

Please sign in to comment.