Skip to content

Commit 2e6dcd9

Browse files
committed
Linting fix
1 parent 68a071d commit 2e6dcd9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/nomad_simulation_parsers/parsers/crystal/file_parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import re
21
from typing import Any
32

43
import numpy as np

src/nomad_simulation_parsers/parsers/crystal/parser.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,9 @@ def get_dos(self, source: dict[str, Any]) -> list[dict[str, Any]]:
192192

193193

194194
class CrystalMetainfoParser(MetainfoParser):
195-
pass
195+
@property
196+
def logger(self):
197+
pass
196198

197199

198200
class CrystalArchiveWriter(ArchiveWriter):

0 commit comments

Comments
 (0)