Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
875288b3
Unverified
Commit
875288b3
authored
Jun 05, 2020
by
Sam Shleifer
Committed by
GitHub
Jun 05, 2020
Browse files
[isort] add matplotlib to known 3rd party dependencies (#4800)
parent
8cca8755
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
examples/benchmarking/plot_csv_file.py
examples/benchmarking/plot_csv_file.py
+1
-1
setup.cfg
setup.cfg
+1
-0
No files found.
examples/benchmarking/plot_csv_file.py
View file @
875288b3
...
...
@@ -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
...
...
setup.cfg
View file @
875288b3
...
...
@@ -9,6 +9,7 @@ known_third_party =
fastprogress
git
h5py
matplotlib
MeCab
nltk
numpy
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment