mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
lint: Clean up E401 PEP-8 rule.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user