Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

♻️ Using a Custom class for Generator to be awaitable #403

Merged
merged 5 commits into from
Jan 29, 2022

Conversation

Sigmanificient
Copy link
Member

@Sigmanificient Sigmanificient commented Jan 22, 2022

Changes

  • adds: a Custom class for Generator to be awaitable

Check off the following

  • I have tested my changes with the current requirements
  • My Code follows the pep8 code style.

@Sigmanificient Sigmanificient requested review from Enderchief and trag1c and removed request for Enderchief January 22, 2022 14:14
@codecov
Copy link

codecov bot commented Jan 22, 2022

Codecov Report

Merging #403 (0205668) into main (0d3b41c) will not change coverage.
The diff coverage is n/a.

❗ Current head 0205668 differs from pull request most recent head ab3ad26. Consider uploading reports for the commit ab3ad26 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##             main     #403   +/-   ##
=======================================
  Coverage   91.17%   91.17%           
=======================================
  Files           9        9           
  Lines         102      102           
=======================================
  Hits           93       93           
  Misses          9        9           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0d3b41c...ab3ad26. Read the comment docs.

# Copyright Pincer 2021-Present
# Full MIT License can be found in `LICENSE` at the project root.

from __future__ import annotations
Copy link
Member

Choose a reason for hiding this comment

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

Not sure where the import is used?

@Sigmanificient Sigmanificient merged commit ea1e616 into Pincer-org:main Jan 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants