mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-06 17:40:30 +00:00
Removed unnecessary warning
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import os
|
||||
import warnings
|
||||
|
||||
class DummySound:
|
||||
@staticmethod
|
||||
@@ -16,7 +15,6 @@ class DummySound:
|
||||
_IN_DOCKER = os.path.exists('/.dockerenv')
|
||||
|
||||
if _IN_DOCKER:
|
||||
warnings.warn("Sound support disabled: running inside Docker.", RuntimeWarning)
|
||||
Sound = DummySound
|
||||
else:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user