Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Oct 18, 2023
1 parent 8abe896 commit 0a7c265
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_netmiko_session_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,5 +241,3 @@ def test_session_log_custom_secrets(device_slog):
assert sanitize_secrets["secret3"] not in session_log
if sanitize_secrets.get("supersecret") is not None:
assert sanitize_secrets["supersecret"] not in session_log


0 comments on commit 0a7c265

Please sign in to comment.