Skip to content

Commit

Permalink
Remove now useless np import from samplers
Browse files Browse the repository at this point in the history
  • Loading branch information
plstcharles committed Oct 19, 2018
1 parent 08a7690 commit 938d2f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/thelper/samplers.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import copy
import logging

import numpy as np
import torch
import torch.utils.data.sampler

Expand Down

0 comments on commit 938d2f5

Please sign in to comment.