Skip to content

Commit

Permalink
Added parent class
Browse files Browse the repository at this point in the history
  • Loading branch information
rijuld committed Jan 8, 2025
1 parent 743113e commit 85bb9c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion torchgeo/datamodules/substation.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
from tqdm import tqdm

from ..datasets import Substation
from .geo import NonGeoDataModule


class SubstationDataModule:
class SubstationDataModule(NonGeoDataModule):
"""Substation Data Module with train-test split and transformations.
.. versionadded:: 0.7
Expand Down

0 comments on commit 85bb9c9

Please sign in to comment.