Skip to content

Commit

Permalink
Fix lint and black
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulRaven committed Jun 10, 2024
1 parent cafcff2 commit 8e42501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_basic.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
import os
import pytest

from pathlib import Path

import pytest


def file_contains_text(file: Path, text: str) -> bool:
return open(file, "r").read().find(text) != -1
Expand Down

0 comments on commit 8e42501

Please sign in to comment.