Renamed hardeningguides.py.

This commit is contained in:
Joe Testa
2025-09-01 17:39:07 -04:00
parent 062a1f3cb4
commit f821565ff9
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import pytest
from ssh_audit.hardeningguides import Hardening_Guides
from ssh_audit.hardening_guides import Hardening_Guides
class TestHardeningGuides: