Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bnb32 authored Jun 29, 2024
1 parent 493a2b1 commit 524c7b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mlclouds/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#, -*- coding: utf-8 -*-
"""MLClouds library."""
import os

from .version import __version__
from .version import __version__ # noqa: F401

MLCLOUDSDIR = os.path.dirname(os.path.realpath(__file__))
TESTDATADIR = os.path.join(os.path.dirname(MLCLOUDSDIR), 'tests', 'data')
Expand Down

0 comments on commit 524c7b6

Please sign in to comment.