mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Remove the rest of import six
outside zerver.lib.
We no longer need the six module, now that we're Python 3 only.
This commit is contained in:
@@ -7,7 +7,6 @@ import os
|
||||
import sys
|
||||
import argparse
|
||||
import subprocess
|
||||
import six
|
||||
|
||||
import lister
|
||||
from typing import cast, Dict, List
|
||||
|
Reference in New Issue
Block a user