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:
rht
2017-09-27 10:16:35 +02:00
committed by Tim Abbott
parent daef6a7dbc
commit b937e1fede
5 changed files with 6 additions and 9 deletions

View File

@@ -7,7 +7,6 @@ import os
import sys
import argparse
import subprocess
import six
import lister
from typing import cast, Dict, List