[isort] add matplotlib to known 3rd party dependencies (#4800)

This commit is contained in:
Sam Shleifer
2020-06-05 17:27:31 -04:00
committed by GitHub
parent 8cca875569
commit 875288b344
2 changed files with 2 additions and 1 deletions

View File

@@ -3,9 +3,9 @@ from collections import defaultdict
from dataclasses import dataclass, field from dataclasses import dataclass, field
from typing import Optional from typing import Optional
import matplotlib.pyplot as plt
import numpy as np import numpy as np
import matplotlib.pyplot as plt
from transformers import HfArgumentParser from transformers import HfArgumentParser

View File

@@ -9,6 +9,7 @@ known_third_party =
fastprogress fastprogress
git git
h5py h5py
matplotlib
MeCab MeCab
nltk nltk
numpy numpy