Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit b7b168b

Browse files
authored
Update __init__.py
1 parent 016b028 commit b7b168b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tfrecorder/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

1717
"""Imports."""
1818
from tfrecorder import accessor
19-
from tfrecorder import client
20-
from tfrecorder import check
19+
from tfrecorder.client import create_tfrecords
20+
from tfrecorder.check import check_tfrecords

0 commit comments

Comments
 (0)