Skip to content

Commit

Permalink
Remove unnecessary warnings imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jan 28, 2022
1 parent d1f4627 commit a8a5bc4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion python/cudf/cudf/core/_base_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from __future__ import annotations, division, print_function

import pickle
import warnings
from typing import Any, Set

import pandas as pd
Expand Down
1 change: 0 additions & 1 deletion python/cudf/cudf/core/multiindex.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import itertools
import numbers
import pickle
import warnings
from collections.abc import Sequence
from numbers import Integral
from typing import Any, List, MutableMapping, Optional, Tuple, Union
Expand Down

0 comments on commit a8a5bc4

Please sign in to comment.