From 484e73b0fd823191ee95258c548e85387939d897 Mon Sep 17 00:00:00 2001 From: Felicitas Pojtinger Date: Fri, 7 Jan 2022 22:47:38 +0100 Subject: [PATCH] fix: Don't import OS package in `mtio` stubs --- internal/mtio/mtio_stub.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/mtio/mtio_stub.go b/internal/mtio/mtio_stub.go index 967df6c..170f9f3 100644 --- a/internal/mtio/mtio_stub.go +++ b/internal/mtio/mtio_stub.go @@ -3,8 +3,6 @@ package mtio import ( - "os" - "github.com/pojntfx/stfs/pkg/config" )