diff --git a/src/pystencils/backend/transformations/lower_to_c.py b/src/pystencils/backend/transformations/lower_to_c.py
index 62183fdf7f54e295b7ec459026f248b4018c4546..72ac808910a0945d09689f63200eb749028904b3 100644
--- a/src/pystencils/backend/transformations/lower_to_c.py
+++ b/src/pystencils/backend/transformations/lower_to_c.py
@@ -18,7 +18,7 @@ from ..ast.expressions import (
     PsCast,
     PsSymbolExpr,
 )
-from ...types import PsType, PsStructType, PsPointerType, PsUnsignedIntegerType
+from ...types import PsStructType, PsPointerType, PsUnsignedIntegerType
 
 
 class LowerToC: