mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
[PyCharm Tables] PY-80834 Added import
(cherry picked from commit 49ea87f4a21a6fa37cfe71e9aa36f84e4a73c856) IJ-CR-166515 GitOrigin-RevId: 0ea3f9f8738fcc6045fafe61926c6ae82f8f72f5
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2e77b25c30
commit
9df97f10c1
@@ -3,6 +3,7 @@ import numpy as np
|
||||
import pandas as pd
|
||||
import typing
|
||||
from collections import OrderedDict
|
||||
import sys
|
||||
if sys.version_info < (3, 0):
|
||||
from collections import Iterable
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user