Skip to content

Commit

Permalink
Remove unused import and rephrase docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Zedeldi committed Oct 23, 2024
1 parent d589acd commit 715466b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion igelfs/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_parser() -> ArgumentParser:


def main() -> None:
"""Main entry-point for command-line interface."""
"""Parse arguments and print filesystem information."""
parser = get_parser()
args = parser.parse_args()
filesystem = Filesystem(args.path)
Expand Down
2 changes: 0 additions & 2 deletions igelfs/tests/test_bootsplash.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
"""Unit tests for the bootsplash models."""

import pytest

from igelfs.constants import BOOTSPLASH_MAGIC, ExtentType
from igelfs.models import (
BootsplashExtent,
Expand Down

0 comments on commit 715466b

Please sign in to comment.