Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
njhill authored and shawntan committed Aug 30, 2024
1 parent 10ab53b commit d849a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/models/test_granite.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Run `pytest tests/models/test_granite.py`.
"""
import importlib.metadata

import pytest

from .utils import check_logprobs_close

import importlib.metadata

TRANSFORMERS_VERSION = tuple(
map(int,
importlib.metadata.version("transformers").split(".")))
Expand Down

0 comments on commit d849a27

Please # to comment.