Skip to content

Commit

Permalink
Fix to import toml from avalon.vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlatwe committed Nov 5, 2019
1 parent fb4cde5 commit c78255b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion avalon/nuke/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
import nuke
import re
import logging
import toml

from ..vendor import toml

log = logging.getLogger(__name__)

Expand Down

0 comments on commit c78255b

Please sign in to comment.