diff --git a/README.md b/README.md
index c662148..925ebe6 100644
--- a/README.md
+++ b/README.md
@@ -67,3 +67,5 @@ make watch
+
+
diff --git a/internal/exercises/templates/27_custom_errors/custom_errors.go b/internal/exercises/templates/27_custom_errors/custom_errors.go
index eebe237..e3a5e42 100644
--- a/internal/exercises/templates/27_custom_errors/custom_errors.go
+++ b/internal/exercises/templates/27_custom_errors/custom_errors.go
@@ -1,8 +1,5 @@
package custom_errors
-import (
- "fmt"
-)
// TODO:
// - Define a custom error type that implements the error interface.