Skip to content

Commit

Permalink
Bug/SK-680 | Android helper imports helper base incorrectly (#525)
Browse files Browse the repository at this point in the history
* Fixed import

* Branch name check - added bug & refator
  • Loading branch information
niklastheman authored Feb 7, 2024
1 parent 518c787 commit 9094238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-name-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- master

env:
BRANCH_REGEX: '^((feature|hotfix|bugfix|docs)\/.+)|(release\/v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?))$'
BRANCH_REGEX: '^((feature|hotfix|bugfix|bug|docs|refactor)\/.+)|(release\/v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?))$'

jobs:
branch-name-check:
Expand Down
2 changes: 1 addition & 1 deletion fedn/fedn/utils/helpers/plugins/androidhelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import numpy as np

from .helperbase import HelperBase
from fedn.utils.helpers.helperbase import HelperBase


class Helper(HelperBase):
Expand Down

0 comments on commit 9094238

Please sign in to comment.