[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 typing import Optional
import matplotlib.pyplot as plt
import numpy as np
import matplotlib.pyplot as plt
from transformers import HfArgumentParser

View File

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