Skip to content

Commit

Permalink
Use pathlib instead of os for operating with paths in sampler_tes…
Browse files Browse the repository at this point in the history
…t.py.

PiperOrigin-RevId: 616774503
Change-Id: I27b25a21fbeab8d5f39b4801f215b2b5623ac77d
  • Loading branch information
Gemma Team authored and copybara-github committed Mar 18, 2024
1 parent 39ba008 commit 9937890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemma/sampler_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# ============================================================================
"""Minimal test for sampler."""

import os
import pathlib
import unittest

from absl.testing import absltest
Expand Down

0 comments on commit 9937890

Please sign in to comment.