diff --git a/Examples/specular/TOFRWithResolution.py b/Examples/specular/TOFRWithResolution.py
index 90927a21cd6541aeb31b0512c5a83545ffd17d55..ca8e13835fac8de26d7100ecdc52417d84b54f06 100755
--- a/Examples/specular/TOFRWithResolution.py
+++ b/Examples/specular/TOFRWithResolution.py
@@ -12,7 +12,6 @@ materials only.
 """
 import numpy as np
 import bornagain as ba
-from bornagain import angstrom
 
 
 def get_sample():
diff --git a/Examples/specular/TimeOfFlightReflectometry.py b/Examples/specular/TimeOfFlightReflectometry.py
index 9b57940107ac53017bf748ac76cf4b138e216b27..67a9d9885dfa3a0a882913a126e5a62b65bb80f8 100755
--- a/Examples/specular/TimeOfFlightReflectometry.py
+++ b/Examples/specular/TimeOfFlightReflectometry.py
@@ -10,7 +10,6 @@ materials only.
 """
 import numpy as np
 import bornagain as ba
-from bornagain import angstrom
 
 
 def get_sample():