Skip to content

Commit

Permalink
Isort for black
Browse files Browse the repository at this point in the history
  • Loading branch information
oborchers committed Dec 3, 2021
1 parent da92873 commit 38745c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .isort.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[settings]
profile = black
5 changes: 2 additions & 3 deletions fse/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import logging

from fse import models
from fse.models import Average, SIF, uSIF, SentenceVectors

from fse.vectors import Vectors, FTVectors
from fse.models import SIF, Average, SentenceVectors, uSIF
from fse.vectors import FTVectors, Vectors

from .inputs import (
BaseIndexedList,
Expand Down
2 changes: 1 addition & 1 deletion test/test_vectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

import logging
import unittest
from unittest.mock import patch
from pathlib import Path
from unittest.mock import patch

from fse.vectors import FTVectors, Vectors

Expand Down

0 comments on commit 38745c0

Please sign in to comment.