From 14b05bfff57feed1f20e6b562bed188bc08252dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 17 Dec 2016 07:39:05 -0500 Subject: Adjust import order, spacing, operators as recommended by pylint --- systemd/daemon.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'systemd/daemon.py') diff --git a/systemd/daemon.py b/systemd/daemon.py index 5d398f2..625219c 100644 --- a/systemd/daemon.py +++ b/systemd/daemon.py @@ -1,3 +1,5 @@ +from socket import AF_UNSPEC as _AF_UNSPEC + from ._daemon import (__version__, booted, notify, @@ -9,7 +11,6 @@ from ._daemon import (__version__, _is_socket_unix, _is_mq, LISTEN_FDS_START) -from socket import AF_UNSPEC as _AF_UNSPEC def _convert_fileobj(fileobj): try: -- cgit v1.2.1