From f48f9908d2f05578bb192da9969ac4bd072a1487 Mon Sep 17 00:00:00 2001 From: themattsterr Date: Fri, 31 Mar 2023 19:17:27 -0700 Subject: [PATCH] Update NOTE in twml stub --- twml/twml/summary/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twml/twml/summary/__init__.py b/twml/twml/summary/__init__.py index 284d7cf3f..6f6051433 100644 --- a/twml/twml/summary/__init__.py +++ b/twml/twml/summary/__init__.py @@ -2,5 +2,5 @@ from tensorflow.python.ops.summary_ops_v2 import flush # noqa: F401 """ NOTE: Using `from tensorflow.python.ops.summary_ops_v2 import flush` in the code works. -This stub exists because it was easier to refactor code because twml is widely used. +This stub exists because it was easier to refactor code because I am a lazy naughty dev. """