You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
The sktm/*.py modules should not import "sktm", as that breaks composition. Instead move the required definitions to another module under sktm and import that.
The text was updated successfully, but these errors were encountered:
spbnick
added a commit
to spbnick/sktm
that referenced
this issue
May 24, 2018
Move sktm.tresult to sktm.misc.tresult to fix composition, so that
modules lower in the hierarchy (e.g. sktm.jenkins) do not have to import
the module above (i.e. sktm).
Fixescki-project#6
spbnick
added a commit
to spbnick/sktm
that referenced
this issue
May 28, 2018
Move sktm.tresult to sktm.misc.tresult to fix composition, so that
modules lower in the hierarchy (e.g. sktm.jenkins) do not have to import
the module above (i.e. sktm).
Fixescki-project#6
spbnick
added a commit
to spbnick/sktm
that referenced
this issue
May 28, 2018
Move sktm.tresult to sktm.misc.tresult to fix composition, so that
modules lower in the hierarchy (e.g. sktm.jenkins) do not have to import
the module above (i.e. sktm).
Fixescki-project#6
spbnick
added a commit
to spbnick/sktm
that referenced
this issue
Jun 5, 2018
Move sktm.tresult to sktm.misc.tresult to fix composition, so that
modules lower in the hierarchy (e.g. sktm.jenkins) do not have to import
the module above (i.e. sktm).
Fixescki-project#6
The
sktm/*.py
modules should not import "sktm", as that breaks composition. Instead move the required definitions to another module undersktm
and import that.The text was updated successfully, but these errors were encountered: