Remove accidental empty comment from test_rsrcfork.py

This commit is contained in:
dgelessus 2020-01-21 22:32:44 +01:00
parent d67ff64851
commit 246b69e375
1 changed files with 0 additions and 1 deletions

View File

@ -149,7 +149,6 @@ class ResourceFileReadTests(unittest.TestCase):
@unittest.skipUnless(RESOURCE_FORKS_SUPPORTED, RESOURCE_FORKS_NOT_SUPPORTED_MESSAGE)
def test_textclipping_path_resource_fork(self) -> None:
with tempfile.NamedTemporaryFile() as tempf:
#
with TEXTCLIPPING_RSRC_FILE.open("rb") as dataf:
with open_resource_fork(pathlib.Path(tempf.name), "wb") as rsrcf:
shutil.copyfileobj(dataf, rsrcf)