Skip to content

Commit 68b7912

Browse files
Add types to api/__init__.py
This is a **temporary** fix to make tests pass
1 parent 2f07768 commit 68b7912

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tensorflow_model_analysis/api/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14+
from tensorflow_model_analysis.api import types
15+
16+
__all__ = [
17+
"types",
18+
]

0 commit comments

Comments
 (0)