Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
py_tools_ds
Commits
e7632e4e
Commit
e7632e4e
authored
Nov 22, 2021
by
Daniel Scheffler
Browse files
Remove superfluous shebangs and __future__ import.
parent
16b208a9
Changes
6
Hide whitespace changes
Inline
Side-by-side
py_tools_ds/__init__.py
View file @
e7632e4e
...
...
@@ -24,7 +24,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from
__future__
import
(
division
,
print_function
,
absolute_import
,
unicode_literals
)
from
.version
import
__version__
,
__versionalias__
# noqa (E402 + F401)
__author__
=
'Daniel Scheffler'
tests/__init__.py
View file @
e7632e4e
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# py_tools_ds - A collection of geospatial data analysis tools that simplify standard
...
...
tests/test_geo/__init__.py
View file @
e7632e4e
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# py_tools_ds - A collection of geospatial data analysis tools that simplify standard
...
...
tests/test_io/__init__.py
View file @
e7632e4e
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# py_tools_ds - A collection of geospatial data analysis tools that simplify standard
...
...
tests/test_io/test_raster/__init__.py
View file @
e7632e4e
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# py_tools_ds - A collection of geospatial data analysis tools that simplify standard
...
...
tests/test_numeric/__init__.py
View file @
e7632e4e
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# py_tools_ds - A collection of geospatial data analysis tools that simplify standard
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment