Skip to content

Commit

Permalink
Fixed import paths in analysis_test.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrasej committed Nov 13, 2023
1 parent e5a853a commit 2ae8d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/cfr/analysis/analysis_test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import unittest

from google3.third_party.cfr.python.cfr.analysis import analysis
from google3.third_party.cfr.python.cfr.json import cfr_json
from . import analysis
from ..json import cfr_json


class VehicleShipmentGroupsTest(unittest.TestCase):
Expand Down

0 comments on commit 2ae8d23

Please sign in to comment.