Skip to content

Commit

Permalink
chore: update formatting to ruff 0.2 expectations (#1922)
Browse files Browse the repository at this point in the history
  • Loading branch information
westonpace authored Feb 6, 2024
1 parent 5ae62c5 commit 0605d11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions python/python/lance/_arrow/bf16.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""Bfloat16 support.
"""
"""Bfloat16 support."""

from typing import Any, Optional, Union

Expand Down
3 changes: 1 addition & 2 deletions python/python/lance/arrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""Extensions to PyArrows.
"""
"""Extensions to PyArrows."""

import json
from pathlib import Path
Expand Down
3 changes: 1 addition & 2 deletions python/python/lance/torch/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""Read Lance dataset as torch DataPipe.
"""
"""Read Lance dataset as torch DataPipe."""

# PEP-585. Can be removed after deprecating python 3.8 support.
from __future__ import annotations
Expand Down

0 comments on commit 0605d11

Please sign in to comment.