Skip to content

Commit

Permalink
remove redudant blanks
Browse files Browse the repository at this point in the history
  • Loading branch information
BarVaserman committed Feb 12, 2022
1 parent 2f63a86 commit ac83039
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/rpcclient/rpcclient/darwin/darwin_media.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,8 @@ def _load_av_foundation(self):
for option in options:
if self._client.dlopen(option, 2):
return

raise RpcClientException('failed to load AVFAudio')

def set_audio_session(self):
AVAudioSession = self._client.symbols.objc_getClass('AVAudioSession')
audio_session = AVAudioSession.objc_call('sharedInstance')
Expand Down

0 comments on commit ac83039

Please sign in to comment.