__init__.py

Last source

View documentation

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
"""Package to handle isshub entities for domain code_repository context."""

# Order is important so we disable isort for this file
# isort:skip_file

# Stop flake8 warning us than these imports are not used
# flake8: noqa

from .namespace import Namespace
from .repository import Repository

Changes

refactor(core): Rename core domain context to code_repository

Commit
Hash

07e279b370c0924f2b2cf32aea016b307001dfa0

Date

2019-08-15 23:31:33 +0200

Type

Renamed

Old path

isshub/domain/contexts/core/entities/__init__.py

Stats

+1 -1

@@ -1,4 +1,4 @@
-"""Package to handle isshub entities for domain core context."""
+"""Package to handle isshub entities for domain code_repository context."""

 # Order is important so we disable isort for this file
 # isort:skip_file