From 5d41eca78cee57d35436caf918ef85871fba1095 Mon Sep 17 00:00:00 2001 From: Albert Zhang Date: Tue, 7 Jan 2025 21:23:41 +0000 Subject: [PATCH] Fix missing newline at end of mypy.ini --- disassemblers/ofrak_angr/mypy.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disassemblers/ofrak_angr/mypy.ini b/disassemblers/ofrak_angr/mypy.ini index d1e416de4..4bfbf4fee 100644 --- a/disassemblers/ofrak_angr/mypy.ini +++ b/disassemblers/ofrak_angr/mypy.ini @@ -17,4 +17,4 @@ ignore_missing_imports = True [mypy-numpy.*] # TODO remove the next two lines when upgrading mypy. Current version has bug. follow_imports = skip follow_imports_for_stubs = true -ignore_missing_imports = True \ No newline at end of file +ignore_missing_imports = True