diff --git a/elasticparser/elastic_properties.py b/elasticparser/elastic_properties.py
index aab6dfa5cd9c32f68b9758754af4b4d0126ef818..7e24c0735a6b384176798125cf63caa6d7defc57 100644
--- a/elasticparser/elastic_properties.py
+++ b/elasticparser/elastic_properties.py
@@ -3,7 +3,7 @@ import pint
 import numpy as np
 from ase import Atoms
 
-from nomad.parsing.text_parser import Quantity, UnstructuredTextFileParser
+from nomad.parsing.file_parser import Quantity, UnstructuredTextFileParser
 
 
 class ElasticProperties: