Skip to content

Commit

Permalink
fix isort config
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed May 11, 2022
1 parent df65032 commit 40d7251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,4 @@ ignore_missing_imports = true

[tool.isort]
profile = "black"
combine_as_imports = true
2 changes: 1 addition & 1 deletion pyvisa_py/highlevel.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from pyvisa import constants, highlevel, rname
from pyvisa.constants import StatusCode
from pyvisa.typing import VISAEventContext, VISARMSession, VISASession
from pyvisa.util import LibraryPath, DebugInfo
from pyvisa.util import DebugInfo, LibraryPath

from . import sessions
from .common import logger
Expand Down

0 comments on commit 40d7251

Please sign in to comment.