Skip to content

Commit

Permalink
Remove blank space
Browse files Browse the repository at this point in the history
  • Loading branch information
MassimoCimmino committed Nov 28, 2024
1 parent 4364c06 commit 0645d57
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pygfunction/borefield.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class Borefield:
These parameters are then broadcasted to (nBoreholes,) arrays.
"""

def __init__(
self, H: npt.ArrayLike, D: npt.ArrayLike, r_b: npt.ArrayLike,
x: npt.ArrayLike, y: npt.ArrayLike, tilt: npt.ArrayLike = 0.,
Expand Down Expand Up @@ -382,12 +381,12 @@ def evaluate_g_function(
def to_boreholes(self) -> List[Borehole]:
"""
Return a list of boreholes in the bore field.
Returns
-------
boreholes : list of Borehole objects
List of boreholes in the bore field.
"""
return [borehole for borehole in self]

Expand Down

0 comments on commit 0645d57

Please sign in to comment.