Skip to content

Commit

Permalink
Remove obsolete import statements (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 authored May 17, 2021
1 parent b422a16 commit 4615876
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions asreviewcontrib/wordcloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from asreviewcontrib.visualization.plot import Plot # noqa
from asreviewcontrib.visualization.entrypoint import PlotEntryPoint # noqa

from ._version import get_versions
__version__ = get_versions()['version']
del get_versions

0 comments on commit 4615876

Please sign in to comment.