more lint fixing

pull/21833/head
Bruno Windels 2019-01-30 18:30:01 +01:00
parent b90ca50e1d
commit af9d572545
1 changed files with 1 additions and 1 deletions

View File

@ -22,9 +22,9 @@ limitations under the License.
import dis from './dispatcher';
import sdk from './index';
import MatrixClientPeg from './MatrixClientPeg';
import Modal from './Modal';
import { _t } from './languageHandler';
// import MatrixClientPeg from './MatrixClientPeg';
// Regex for what a "safe" or "Matrix-looking" localpart would be.
// TODO: Update as needed for https://github.com/matrix-org/matrix-doc/issues/1514