mirror of https://github.com/zulip/zulip.git
post-receive: Remove unused imports.
(imported from commit 492b5a4a3a883022984d45d0d0934e7fe10a6f31)
This commit is contained in:
parent
61350d65d1
commit
3bc083ab0d
|
@ -16,13 +16,8 @@
|
|||
#
|
||||
# see contrib/hooks/ for a sample
|
||||
|
||||
import os
|
||||
import sys
|
||||
import subprocess
|
||||
import time
|
||||
from os import path
|
||||
|
||||
import os.path
|
||||
|
||||
# check_output is backported from subprocess.py in Python 2.7
|
||||
def check_output(*popenargs, **kwargs):
|
||||
|
|
Loading…
Reference in New Issue