Skip to content

Conversation

@lukesneeringer
Copy link
Contributor

This commit fixes an issue where a pagers.py file would sometimes
be missing an import (it would always import the request and
response message, but not necessarily the message being paged over).

Fixes #150.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 19, 2019
This commit fixes an issue where a `pagers.py` file would sometimes
be missing an import (it would always import the request and
response message, but not necessarily the message being paged over).

Fixes #150.
@codecov
Copy link

codecov bot commented Jul 19, 2019

Codecov Report

Merging #153 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #153   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          22     22           
  Lines        1017   1017           
  Branches      213    213           
=====================================
  Hits         1017   1017

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 ebc567a...faea0f1. Read the comment docs.

@software-dov software-dov merged commit 56e6516 into master Jul 19, 2019
@software-dov software-dov deleted the issue-150 branch March 24, 2020 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pagers.py missing import.

4 participants