Skip to content

Commit

Permalink
Revert of removing ABC from OO
Browse files Browse the repository at this point in the history
  • Loading branch information
braden6521 committed Aug 22, 2024
1 parent a23d4fc commit 9e3afdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opencsp/common/lib/csp/OpticOrientationAbstract.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from abc import abstractmethod
from abc import abstractmethod, ABC
import copy
from warnings import warn

from opencsp.common.lib.geometry.TransformXYZ import TransformXYZ


class OpticOrientationAbstract:
class OpticOrientationAbstract(ABC):
"""
Classes that extend OpticOrientationAbstract are objects that can be in different
orientations, and can contain child objects (that also extend OpticOrientationAbstract)
Expand Down

0 comments on commit 9e3afdd

Please sign in to comment.