Skip to content

Commit

Permalink
MAINT: unused import in examples (#742)
Browse files Browse the repository at this point in the history
* MAINT: numpy unused

* MAINT: datasets import not used
  • Loading branch information
ksunden authored and darienmorrow committed Sep 14, 2018
1 parent 84efb42 commit 1be6619
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/join.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import numpy as np
from matplotlib import pyplot as plt
import WrightTools as wt
from WrightTools import datasets

a = wt.data.Data(name="a")
b = wt.data.Data(name="b")
Expand Down
1 change: 0 additions & 1 deletion examples/split.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
Some examples of how splitting works.
"""
import numpy as np
from matplotlib import pyplot as plt
import WrightTools as wt
from WrightTools import datasets
Expand Down

0 comments on commit 1be6619

Please sign in to comment.