Unverified Commit 875288b3 authored by Sam Shleifer's avatar Sam Shleifer Committed by GitHub
Browse files

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

parent 8cca8755
......@@ -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
......
......@@ -9,6 +9,7 @@ known_third_party =
fastprogress
git
h5py
matplotlib
MeCab
nltk
numpy
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment