pyflakes cleaning

This commit is contained in:
Florent 2013-12-16 12:21:36 +01:00
commit d9938d8554
3 changed files with 3 additions and 5 deletions

View file

@ -20,7 +20,7 @@
from .base import IBaseCap, CapBaseObject, Field, StringField
from .audiostream import AudioStreamInfo, ICapAudioStream, BaseAudioStream
from .audiostream import AudioStreamInfo
__all__ = ['Radio', 'ICapRadio']