lint: Clean up E401 PEP-8 rule.

This commit is contained in:
Tim Abbott
2017-01-23 21:36:39 -08:00
parent d6e38e2a5c
commit de99f48ce7
5 changed files with 14 additions and 5 deletions

View File

@@ -2,7 +2,9 @@
# This tools generates /etc/zulip/zulip-secrets.conf
from __future__ import print_function
import sys, os, os.path
import sys
import os
import os.path
from os.path import dirname, abspath
if False:
from typing import Dict, Optional, Text