Skip to content

Commit

Permalink
chore(backend): fixed imports on metadata_helpers.py (#11604)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
  • Loading branch information
dandawg authored Feb 10, 2025
1 parent af4540e commit 0178d41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/metadata_writer/src/metadata_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import functools
import json
import os
import sys
import ml_metadata
from time import sleep
from ml_metadata.proto import metadata_store_pb2
from ml_metadata.metadata_store import metadata_store
Expand Down Expand Up @@ -169,7 +169,6 @@ def create_context_with_type(
return context


import functools
@functools.lru_cache(maxsize=128)
def get_context_by_name(
store,
Expand Down

0 comments on commit 0178d41

Please sign in to comment.