"tools/git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "3e3c2c0f2167d1347752767e7ce623e33e992dac"
Commit fd955c93 authored by Toby Boyd's avatar Toby Boyd
Browse files

fix import order by disabling it.

parent d2937946
...@@ -20,10 +20,10 @@ from __future__ import print_function ...@@ -20,10 +20,10 @@ from __future__ import print_function
import time import time
from absl import flags # pylint: disable=g-bad-import-order # pylint: disable=g-bad-import-order
import numpy as np # pylint: disable=g-bad-import-order from absl import flags
import tensorflow as tf # pylint: disable=g-bad-import-order import numpy as np
import tensorflow as tf
from tensorflow.python.keras.optimizer_v2 import (gradient_descent as from tensorflow.python.keras.optimizer_v2 import (gradient_descent as
gradient_descent_v2) gradient_descent_v2)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment