1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

Delint tests (#1720)

* Delint tarfile test

* Delint tests
This commit is contained in:
Martin Hjelmare
2020-05-11 20:41:09 +02:00
committed by GitHub
parent e406aa4144
commit 53fa8e48c0
3 changed files with 4 additions and 4 deletions

View File

@@ -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()