diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 19bd6a8fb3..c70e77aa91 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,4 +28,4 @@ outlined on that page and do not file a public issue. ## License By contributing to text, you agree that your contributions will be licensed -under the LICENSE file in the root directory of this source tree. \ No newline at end of file +under the LICENSE file in the root directory of this source tree. diff --git a/pytest.ini b/pytest.ini index d881612590..bece71b02a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,3 @@ [pytest] testpaths = test/ -python_paths = ./ \ No newline at end of file +python_paths = ./ diff --git a/torchtext/utils.py b/torchtext/utils.py index d8348e840b..6cb822e8b7 100644 --- a/torchtext/utils.py +++ b/torchtext/utils.py @@ -1,12 +1,12 @@ +import os +import sys import requests import csv import hashlib from tqdm import tqdm -import os import tarfile import logging import re -import sys import zipfile import gzip