Skip to content

Commit

Permalink
Add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
AntObi committed Sep 3, 2024
1 parent beb2d3b commit 5167778
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smact/utils/band_gap_simple.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
"""Band gap simple."""

###############################################################################
# Copyright Daniel Davies, Adam J. Jackson (2013) #
Expand All @@ -15,6 +15,7 @@
# this program. If not, see <http://www.gnu.org/licenses/>. #
# #
###############################################################################
from __future__ import annotations

Check warning on line 18 in smact/utils/band_gap_simple.py

View check run for this annotation

Codecov / codecov/patch

smact/utils/band_gap_simple.py#L18

Added line #L18 was not covered by tests

from smact.properties import band_gap_Harrison

Expand Down

0 comments on commit 5167778

Please sign in to comment.