Skip to content

Commit

Permalink
Suppress a ruff error (A005)
Browse files Browse the repository at this point in the history
  • Loading branch information
TamiTakamiya committed Jan 10, 2025
1 parent 1622949 commit 32eeb6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ols/utils/ssl.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Utility function for retrieving SSL version and list of ciphers for TLS secutiry profile."""

# ruff: noqa:A005

import logging
from typing import Optional

Expand Down

0 comments on commit 32eeb6a

Please sign in to comment.