EventIndexPeg: Remove the now unused import of MatrixClientPeg.

pull/21833/head
Damir Jelić 2019-11-14 16:18:36 +01:00
parent d82d4246e9
commit eb0b0a400f
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ limitations under the License.
import PlatformPeg from "./PlatformPeg"; import PlatformPeg from "./PlatformPeg";
import EventIndex from "./EventIndexing"; import EventIndex from "./EventIndexing";
import MatrixClientPeg from "./MatrixClientPeg";
class EventIndexPeg { class EventIndexPeg {
constructor() { constructor() {