Skip to content

Commit

Permalink
Merge pull request #1054 from wright-group/unused_import
Browse files Browse the repository at this point in the history
Remove unused imports
  • Loading branch information
kameyer226 committed Mar 9, 2022
2 parents f1a0858 + d35e412 commit b80a2ab
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

## Fixed
- `data.from_Solis`: import works without metadata
- remove unused imports
- remove unused variables


## [3.4.3]

### Added
Expand Down
1 change: 0 additions & 1 deletion WrightTools/artists/_colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

# --- import --------------------------------------------------------------------------------------

import collections
import copy

import numpy as np
Expand Down
1 change: 0 additions & 1 deletion WrightTools/data/_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import h5py

import warnings
import numbers

from .. import kit as wt_kit
from .._dataset import Dataset
Expand Down
2 changes: 0 additions & 2 deletions WrightTools/kit/_timestamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
from dateutil import tz
import datetime

import numpy as np


# --- define --------------------------------------------------------------------------------------

Expand Down
2 changes: 0 additions & 2 deletions tests/artists/test_imshow.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
from WrightTools import datasets
from matplotlib import pyplot as plt
import numpy as np
import shutil
import os


def test_imshow_transform():
Expand Down
2 changes: 0 additions & 2 deletions tests/data/from_KENT.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# --- import --------------------------------------------------------------------------------------


import pytest

import numpy as np

import WrightTools as wt
Expand Down
2 changes: 0 additions & 2 deletions tests/data/heal.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

import WrightTools as wt

import matplotlib.pyplot as plt


# --- test ----------------------------------------------------------------------------------------

Expand Down
2 changes: 0 additions & 2 deletions tests/data/smooth.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

import WrightTools as wt

import matplotlib.pyplot as plt


# --- test ----------------------------------------------------------------------------------------

Expand Down
2 changes: 0 additions & 2 deletions tests/data/trim.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

import WrightTools as wt

import matplotlib.pyplot as plt


# --- test ----------------------------------------------------------------------------------------

Expand Down
1 change: 0 additions & 1 deletion tests/docs/_sphinx.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Test building the documentation."""
from sphinx import cmd
from sphinx.cmd import build
import os
import shutil
Expand Down

0 comments on commit b80a2ab

Please sign in to comment.