mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
refactor: Remove six.moves.map import.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from six.moves import input, map
|
||||
from six.moves import input
|
||||
import glob
|
||||
import os
|
||||
import sys
|
||||
|
||||
Reference in New Issue
Block a user