Skip to content

Commit

Permalink
remove poster module since its functionalities are covered by requests
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Jul 28, 2020
1 parent 0755d01 commit 64de006
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 725 deletions.
1 change: 0 additions & 1 deletion .coveragerc
Expand Up @@ -13,7 +13,6 @@ omit=*.yml
yt/mods.py
yt/utilities/fits_image.py
yt/utilities/lodgeit.py
yt/utilities/poster/*
yt/visualization/_mpl_imports.py

ignore_errors = True
1 change: 0 additions & 1 deletion .pep8speaks.yml
Expand Up @@ -75,7 +75,6 @@ pycodestyle:
- \*/__config__.py
- yt/visualization/_mpl_imports.py
- yt/utilities/lodgeit.py
- yt/utilities/poster/\*
- yt/extern/\*
- yt/mods.py
- yt/utilities/fits_image.py
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Expand Up @@ -16,7 +16,6 @@ exclude = doc,
*/api.py, # avoid spurious "unused import"
*/__init__.py, # avoid spurious "unused import"
*/__config__.py, # autogenerated
yt/utilities/poster,
yt/extern, # vendored libraries
yt/units, # wrapper around unyt, avoid spurious "unused import"
yt/frontends/stream/sample_data, # autogenerated
Expand Down
10 changes: 0 additions & 10 deletions yt/utilities/minimal_representation.py
Expand Up @@ -16,16 +16,6 @@
from yt.utilities.logger import ytLogger as mylog
from yt.utilities.on_demand_imports import _h5py as h5

if sys.version_info < (3, 0):
from .poster.encode import multipart_encode
from .poster.streaminghttp import register_openers

register_openers()
else:
# We don't yet have a solution for this, but it won't show up very often
# anyway.
pass


def _sanitize_list(flist):
temp = []
Expand Down
4 changes: 0 additions & 4 deletions yt/utilities/poster/README

This file was deleted.

32 changes: 0 additions & 32 deletions yt/utilities/poster/__init__.py

This file was deleted.

0 comments on commit 64de006

Please sign in to comment.