integrations: Remove usage of six.
This commit is contained in:
parent
1412403037
commit
46c78ce7b5
10 changed files with 16 additions and 25 deletions
|
@ -9,7 +9,6 @@ import subprocess
|
|||
import hashlib
|
||||
import zephyr
|
||||
import zulip
|
||||
from six.moves import range
|
||||
|
||||
if False:
|
||||
from typing import Any, Dict, List, Set, Tuple
|
||||
|
|
|
@ -4,8 +4,6 @@ from typing import IO, Any, Dict, List, Text, Union, Set, Tuple, Optional, cast
|
|||
from types import FrameType
|
||||
|
||||
import sys
|
||||
from six.moves import map
|
||||
from six.moves import range
|
||||
import json
|
||||
import re
|
||||
import time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue