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

Added files to accessibity toolkit #326

Merged
merged 11 commits into from
Sep 3, 2024

Conversation

JustusOmbok
Copy link
Contributor

No description provided.

Copy link
Contributor

@cobycloud cobycloud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please readd DaleChallReadabilityTool and LexicalDensityTool

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we cannot delete this... this need to be moved to community/tools/concrete

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we cannot delete this... this need to be moved to community/tools/concrete

tests/toolkits/AccessibilityToolkit_test.py Outdated Show resolved Hide resolved
@@ -11,11 +10,20 @@

class AccessibilityToolkit(ToolkitBase):
type: Literal['AccessibilityToolkit'] = 'AccessibilityToolkit'
resource: Literal['AccessibilityToolkit'] = 'AccessibilityToolkit'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need to add this line


def __init__(self, **kwargs):
super().__init__(**kwargs)
self.tools = []
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need to add this line

tests/toolkits/AccessibilityToolkit_test.py Outdated Show resolved Hide resolved
@cobycloud cobycloud merged commit 614659c into swarmauri:0.4.1.x/tools Sep 3, 2024
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