Skip to content

Commit

Permalink
pyflakes
Browse files Browse the repository at this point in the history
  • Loading branch information
daizutabi committed Jul 8, 2020
1 parent 18440b2 commit 49158bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivory/callbacks/tracking.py
@@ -1,9 +1,9 @@
import os
from zipfile import ZipFile,ZIP_DEFLATED
import tempfile
import time
from dataclasses import dataclass
from typing import Any, Dict
from zipfile import ZIP_DEFLATED, ZipFile

import mlflow
import yaml
Expand Down

0 comments on commit 49158bd

Please sign in to comment.