mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 20:35:55 +00:00
@@ -1,14 +1,13 @@
|
||||
"""Test Tarfile functions."""
|
||||
|
||||
import attr
|
||||
import pytest
|
||||
|
||||
from supervisor.utils.tar import secure_path, exclude_filter
|
||||
|
||||
|
||||
@attr.s
|
||||
class TarInfo:
|
||||
"""Fake TarInfo"""
|
||||
"""Fake TarInfo."""
|
||||
|
||||
name: str = attr.ib()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user