Skip to content

Commit

Permalink
Fix flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
finalduty committed Apr 1, 2024
1 parent 51e0849 commit 4c10b9e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion tests/unit/test_audit_gdm_last_user_logged_in_disabled.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env python3

import os
from unittest.mock import mock_open, patch

import pytest
Expand Down
1 change: 0 additions & 1 deletion tests/unit/test_audit_gdm_login_banner_configure.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env python3

import os
from unittest.mock import mock_open, patch

import pytest
Expand Down
1 change: 0 additions & 1 deletion tests/unit/test_is_test_included.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import argparse
import logging
from types import SimpleNamespace
from unittest.mock import patch

import pytest
Expand Down
1 change: 0 additions & 1 deletion tests/unit/test_run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,5 @@ def test_run_tests_error_not_implemented(self, caplog):
assert result == [{'_id': test_args['_id'], 'description': test_args['description'], 'level': test_args['levels']['server'], 'result': 'Not Implemented'}]



if __name__ == '__main__':
pytest.main([__file__, '--no-cov'])

0 comments on commit 4c10b9e

Please sign in to comment.