Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
noloerino committed Sep 17, 2024
1 parent e5fbec1 commit a2d5650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modin/core/storage_formats/base/query_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import abc
import warnings
from functools import cached_property
from typing import TYPE_CHECKING, Hashable, List, Optional
from typing import TYPE_CHECKING, Hashable, List, Literal, Optional

import numpy as np
import pandas
Expand Down
2 changes: 1 addition & 1 deletion modin/core/storage_formats/pandas/query_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import re
import warnings
from collections.abc import Iterable
from typing import TYPE_CHECKING, Hashable, List, Optional
from typing import TYPE_CHECKING, Hashable, List, Literal, Optional

import numpy as np
import pandas
Expand Down

0 comments on commit a2d5650

Please sign in to comment.