Remove unnecessary module shebang (#85183)

(cherry picked from commit 1e64707592)
pull/85255/head
Matt Clay 7 months ago committed by Matt Davis
parent 01e97d7f80
commit 1441817ffe

@ -0,0 +1,2 @@
minor_changes:
- Remove unnecessary shebang from the ``hostname`` module.

@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright: (c) 2013, Hiroaki Nakamura <hnakamur@gmail.com>

Loading…
Cancel
Save