mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
refactor: Remove six.moves.configparser import.
This commit is contained in:
@@ -6,7 +6,7 @@ import argparse
|
||||
import sys
|
||||
import os
|
||||
|
||||
from six.moves.configparser import ConfigParser
|
||||
import ConfigParser
|
||||
from typing import Any, Dict, MutableMapping, Optional, Text
|
||||
|
||||
# Scans zulip repositary for issues that don't have any `area` labels.
|
||||
|
||||
Reference in New Issue
Block a user