File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11"""Function strategy class for mapping ase.Atoms to dlite metadata."""
2+
23# pylint: disable=no-self-use,unused-argument
34import pathlib
45from dataclasses import dataclass
Original file line number Diff line number Diff line change 11"""Demo strategy class for text/json."""
2+
23# pylint: disable=no-self-use,unused-argument
34from dataclasses import dataclass
45from typing import TYPE_CHECKING , Optional
Original file line number Diff line number Diff line change 11"""Setup for OTE-API AtomScale MODels."""
2+
23import re
34from pathlib import Path
45
Original file line number Diff line number Diff line change 22
33More information on `invoke` can be found at http://www.pyinvoke.org/.
44"""
5+
56# pylint: disable=import-outside-toplevel,too-many-locals
67import re
78import sys
Original file line number Diff line number Diff line change 11"""Pytest fixtures for `strategies/`."""
2+
23from pathlib import Path
34
45import pytest
You can’t perform that action at this time.
0 commit comments