Completed
Push — develop ( 12d006...c45002 )
by Jace
02:49
created

gitman/models/__init__.py (1 issue)

Labels
Severity
1
"""Domain models for interacting with dependency configuration."""
0 ignored issues
show
There seems to be a cyclic import (gitman.models -> gitman.models.config).

Cyclic imports may cause partly loaded modules to be returned. This might lead to unexpected runtime behavior which is hard to debug.

Loading history...
2
3 1
from .source import Source
4
from .config import Config, load_config
5