Skip to content

Commit

Permalink
path fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ferit Yiğit BALABAN <[email protected]>
  • Loading branch information
fybx committed Dec 21, 2023
1 parent 0ca365d commit d68792f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions crispy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
# USA.

import crispy
import duplicate_name_exception
import missing_value_exception
import no_arguments_exception
import parsing_exception
import too_many_subcommands_exception
import unexpected_argument_exception
from . import crispy
from . import duplicate_name_exception
from . import missing_value_exception
from . import no_arguments_exception
from . import parsing_exception
from . import too_many_subcommands_exception
from . import unexpected_argument_exception

VERSION = "2.0.2"
__all__ = [
Expand Down

0 comments on commit d68792f

Please sign in to comment.