Skip to content

Commit

Permalink
fixed invalid name
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaputko committed Oct 29, 2024
1 parent 94f078d commit cd7e3c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smartsim/_core/_install/buildenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

# pylint: disable=invalid-name

import importlib.metadata
import os
Expand All @@ -37,6 +36,8 @@

from packaging.version import InvalidVersion, Version, parse

DbEngine = t.Literal["REDIS", "KEYDB"]


class SetupError(Exception):
"""A simple exception class for errors in _install.buildenv file.
Expand Down

0 comments on commit cd7e3c5

Please sign in to comment.