Remove unnecessary module shebang (#85183)

pull/85184/head
Matt Clay 7 months ago committed by GitHub
parent 242bb9ebab
commit 1e64707592
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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