Skip to content

Commit

Permalink
Fix import partial
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ committed Mar 31, 2023
1 parent 80ad8cc commit 64bae47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion musiclm_pytorch/musiclm_pytorch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import math
from functools import wraps
from functools import wraps, partial

import torch
import torch.nn.functional as F
Expand Down

0 comments on commit 64bae47

Please sign in to comment.