Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Import data from kobo #29

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Conversation

sergey-misuk-valor
Copy link
Collaborator

No description provided.

@sergey-misuk-valor sergey-misuk-valor force-pushed the feature/import-data-from-kobo branch from 5554d2b to af87097 Compare December 3, 2024 05:34
@sergey-misuk-valor sergey-misuk-valor force-pushed the feature/import-data-from-kobo branch from 202bccf to 6cd54b3 Compare December 19, 2024 08:29
from requests.models import PreparedRequest


TOKEN = "Token"

Check notice

Code scanning / Bandit

Possible hardcoded password: 'Token' Note

Possible hardcoded password: 'Token'
class Question(Raw[raw_asset.SurveyItem]):
def __init__(self, raw: raw_asset.SurveyItem, in_group: bool, in_roster: bool) -> None:
super().__init__(raw)
assert not (in_group and in_roster), "Cannot be both in group and roster"

Check notice

Code scanning / Bandit

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. Note

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants