Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ratushnyy committed Jan 10, 2024
1 parent ac92dea commit 6e3c89a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
import json
import logging
import os
from subprocess import check_output
import subprocess
import time
from subprocess import check_output
from uuid import uuid4

import pytest
Expand Down Expand Up @@ -329,4 +329,3 @@ async def test_audit_log(ops_test: OpsTest) -> None:
universal_newlines=True,
)
assert len(audit_log) > 0

0 comments on commit 6e3c89a

Please sign in to comment.