Skip to content

Commit

Permalink
Fix coverage decrease
Browse files Browse the repository at this point in the history
Signed-off-by: LilSpazJoekp <15524072+LilSpazJoekp@users.noreply.github.com>
  • Loading branch information
LilSpazJoekp committed Jul 16, 2020
1 parent 542e136 commit 79ff1b4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions asyncpraw/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ class Config:
"extended": configparser.ExtendedInterpolation,
}

@staticmethod
def _config_boolean(item):
if isinstance(item, bool):
return item
return item.lower() in {"1", "yes", "true", "on"}

@classmethod
def _load_config(cls, config_interpolation: Optional[str] = None):
"""Attempt to load settings from various praw.ini files."""
Expand Down

0 comments on commit 79ff1b4

Please sign in to comment.