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

tests: Avoid importing unused modules #16227

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

y-bharath14
Copy link
Contributor

tests: Avoid importing unused modules at test suites

There is no issue / failures with the test suites
For code maintainability, removing unused modules.

@@ -1012,7 +1012,7 @@ def __create_bgp_unicast_address_family(
for peer_name, peer_dict in deepcopy(neigh_data).items():
for dest_link, peer in peer_dict["dest_link"].items():
deactivate = None
activate = None
activate = None
Copy link
Member

Choose a reason for hiding this comment

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

Drop this change please.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Drop this change please.

Hi Donatas Abraitis,

Addressed review comment.

Thanks & Regards,
Bharath

Copy link
Member

@riw777 riw777 left a comment

Choose a reason for hiding this comment

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

looks good

@donaldsharp donaldsharp merged commit a1b21f5 into FRRouting:master Jun 18, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants