Skip to content

Commit 05b2a06

Browse files
Minipadaarsharma1
authored andcommitted
fix: remove mention to mfg_inspector.MIMETYPE_MAP (google#870)
resolve google#854
1 parent 35f46b7 commit 05b2a06

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

openhtf/output/servers/station_server.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232

3333
STATION_SERVER_TYPE = 'station'
3434

35-
MIMETYPE_REVERSE_MAP = {
36-
v: k for k, v in six.iteritems(mfg_inspector.MIMETYPE_MAP)
37-
}
3835
MULTICAST_QUERY = 'OPENHTF_DISCOVERY'
3936
TEST_STATUS_COMPLETED = 'COMPLETED'
4037

0 commit comments

Comments
 (0)