Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
fix tautological imports
Browse files Browse the repository at this point in the history
Reviewed By: koronthaly

Differential Revision: D27310963

fbshipit-source-id: 9ca0a6468e00d481b1583ab98578dc70f80bb3bf
  • Loading branch information
rahulg authored and facebook-github-bot committed Mar 27, 2021
1 parent b02a680 commit 1809dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/convert_pkl_to_pb.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from caffe2.caffe2.fb.predictor import predictor_exporter, predictor_py_utils
from caffe2.proto import caffe2_pb2
from caffe2.python import core, workspace
from caffe2.python.predictor_constants import predictor_constants as predictor_constants
from caffe2.python.predictor_constants import predictor_constants
from detectron.core.config import (
assert_and_infer_cfg,
cfg,
Expand Down

0 comments on commit 1809dd4

Please sign in to comment.