Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sams-classes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
coding-at-fu
sams-classes
Commits
27cf7979
Commit
27cf7979
authored
8 years ago
by
Sebastian Lobinger
Browse files
Options
Downloads
Patches
Plain Diff
update sams_classes/sams_hub.py remove useless def _load_from_yaml
parent
3f785ba6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sams_classes/sams_hub.py
+0
-5
0 additions, 5 deletions
sams_classes/sams_hub.py
with
0 additions
and
5 deletions
sams_classes/sams_hub.py
+
0
−
5
View file @
27cf7979
...
...
@@ -54,11 +54,6 @@ class SAMSHub:
def
load_language
(
self
,
module
=
None
):
pass
@staticmethod
def
_load_from_yaml
(
path
):
with
open
(
path
)
as
f
:
return
yaml
.
load
(
f
)
@staticmethod
def
_get_module_rule
(
module
,
path
):
pathElements
=
[
module
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment