Skip to content

Commit

Permalink
chore: linter update
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Sep 29, 2024
1 parent 1e5aa16 commit 6613d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapli/channel/base_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def open(self) -> None:
# ignore here
# note that this will *always* be binary mode, so there doesn't need to be any
# encoding, hence ignoring that pylint message!
self.channel_log = open( # pylint: disable=W1514,R1732
self.channel_log = open( # pylint: disable=W1514,R1732,W1501
channel_log_destination,
mode=f"{self._base_channel_args.channel_log_mode}b", # type: ignore
)
Expand Down

0 comments on commit 6613d8a

Please sign in to comment.