Skip to content

Commit

Permalink
Remove usage of future (#1944)
Browse files Browse the repository at this point in the history
  • Loading branch information
matrss committed Aug 25, 2023
1 parent d64cce8 commit a20561b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ dependencies:
- sphinx
- fs
- netCDF4
- future
- PyQt5
- owslib
- basemap >=1.3.3
Expand Down
1 change: 0 additions & 1 deletion localbuild/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ requirements:
- python
- setuptools
- pip
- future
- menuinst # [win]
run:
- python
Expand Down
4 changes: 0 additions & 4 deletions mslib/mswms/wms.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@
limitations under the License.
"""

from future import standard_library

standard_library.install_aliases()

import glob
import os
import io
Expand Down
3 changes: 0 additions & 3 deletions mslib/utils/ogcwms.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@
Currently supports only versions 1.1.1/1.3.0 of the WMS protocol.
"""

from future import standard_library
standard_library.install_aliases()

import defusedxml.ElementTree as etree
import requests
import logging
Expand Down

0 comments on commit a20561b

Please sign in to comment.