Skip to content

Commit

Permalink
fix: remove mention to mfg_inspector.MIMETYPE_MAP (google#870)
Browse files Browse the repository at this point in the history
resolve google#854
  • Loading branch information
Minipada authored and arsharma1 committed Jul 26, 2019
1 parent 35f46b7 commit 05b2a06
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions openhtf/output/servers/station_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@

STATION_SERVER_TYPE = 'station'

MIMETYPE_REVERSE_MAP = {
v: k for k, v in six.iteritems(mfg_inspector.MIMETYPE_MAP)
}
MULTICAST_QUERY = 'OPENHTF_DISCOVERY'
TEST_STATUS_COMPLETED = 'COMPLETED'

Expand Down

0 comments on commit 05b2a06

Please sign in to comment.