fix linter error

This commit is contained in:
crockwave 2020-07-14 18:21:49 -05:00
parent 599129897a
commit e5937b42e4

View file

@ -1,5 +1,5 @@
import reducer from '../alerts';
import { List as ImmutableList, Map as ImmutableMap } from 'immutable';
import { List as ImmutableList } from 'immutable';
import * as actions from 'soapbox/actions/alerts';
describe('alerts reducer', () => {