Actually call unlink, and add more typing

This commit is contained in:
Steve Dower
2022-08-25 16:48:49 +01:00
parent 9e07dae579
commit 9a4e8f671f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ class TestSpam(TestCase):
'''
ADD_ENV = {}
ADD_ENV: dict[str, str] = {}
if utils.platform == "windows":
if platform.machine() != "ARM64":