Skip to content

Commit

Permalink
Fix linting errors (#4096)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Dec 7, 2022
1 parent 8788ad8 commit ffe92ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions src/streaming/MediaPlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@ import Events from './../core/events/Events';
import MediaPlayerEvents from './MediaPlayerEvents';
import FactoryMaker from '../core/FactoryMaker';
import Settings from '../core/Settings';
import {
getVersionString
}
from '../core/Version';
import {getVersionString} from '../core/Version';

//Dash
import SegmentBaseController from '../dash/controllers/SegmentBaseController';
Expand Down
5 changes: 1 addition & 4 deletions test/unit/mocks/MediaPlayerModelMock.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
import {
HTTPRequest
}
from '../../../src/streaming/vo/metrics/HTTPRequest';
import {HTTPRequest} from '../../../src/streaming/vo/metrics/HTTPRequest';


const DEFAULT_UTC_TIMING_SOURCE = {
Expand Down
5 changes: 1 addition & 4 deletions test/unit/streaming.net.HTTPLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ import Errors from '../../src/core/errors/Errors';
import ErrorHandler from '../../src/streaming/utils/ErrorHandler';
import DashMetrics from '../../src/dash/DashMetrics';
import MediaPlayerModelMock from './mocks/MediaPlayerModelMock';
import {
HTTPRequest
}
from '../../src/streaming/vo/metrics/HTTPRequest';
import {HTTPRequest} from '../../src/streaming/vo/metrics/HTTPRequest';
import Settings from '../../src/core/Settings';

const expect = require('chai').expect;
Expand Down

0 comments on commit ffe92ea

Please sign in to comment.