From 7f61cd1052da71cb8d3fc9ac220d9854108d0e1f Mon Sep 17 00:00:00 2001 From: Atif Aziz Date: Wed, 18 Sep 2024 16:39:37 +0200 Subject: [PATCH] Remove unused import --- src/CSnakes.Runtime/Python/Pack.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CSnakes.Runtime/Python/Pack.cs b/src/CSnakes.Runtime/Python/Pack.cs index 7a88a18c..3cc64bec 100644 --- a/src/CSnakes.Runtime/Python/Pack.cs +++ b/src/CSnakes.Runtime/Python/Pack.cs @@ -1,5 +1,4 @@ using CSnakes.Runtime.CPython; -using System.Buffers; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Runtime.InteropServices;