Skip to content

Commit

Permalink
uac1 emitters: fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
hansfbaier committed Sep 15, 2021
1 parent fa430f3 commit b57a4f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usb_protocol/emitters/descriptors/uac1.py
Expand Up @@ -5,6 +5,7 @@

from contextlib import contextmanager

from .. import emitter_for_format
from ...types.descriptors.uac1 import *

AudioControlInterruptEndpointDescriptorEmitter = emitter_for_format(AudioControlInterruptEndpointDescriptor)

0 comments on commit b57a4f9

Please sign in to comment.