Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zmraul committed Jul 21, 2023
1 parent 651eed3 commit befeda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/charms/operator_libs_linux/v0/sysctl.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def _on_remove(self, _):
import re
from pathlib import Path
from subprocess import STDOUT, CalledProcessError, check_output
from typing import Dict, List, Tuple
from typing import Dict, List

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit befeda3

Please sign in to comment.