Skip to content

Commit

Permalink
Re-order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed Jan 1, 2024
1 parent 2479061 commit eb40909
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion keras_export/save_application_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"""Save application models mentioned in Keras documentation
"""

import convert_model
import tensorflow as tf

import convert_model

__author__ = "Tobias Hermann"
__copyright__ = "Copyright 2017, Tobias Hermann"
__license__ = "MIT"
Expand Down

0 comments on commit eb40909

Please sign in to comment.