Sam

Results 4 issues of Sam

## Description - Remove unused and deprecated app.count() method - Format imports with pre-commit hook Fixes #710 ## Type of change - [X] Bug fix (non-breaking change which fixes an...

size:S

## Description Remove [deprecated](https://peps.python.org/pep-0585/#implementation) type hints from typing module Fixes #1128 ## Type of change - [X] Bug fix (non-breaking change which fixes an issue) ## How Has This Been...

size:L

## Description - Replace deprecated logging.warn with logging.warning - Replace unnecessary instance methods with static methods - Fix typos - Fix return types and doc strings - Replace argument names...

size:L

As detailed in [PEP 585](https://peps.python.org/pep-0585/#implementation), some type aliases are to be deprecated as of Python 3.9, so they should be replaced by the ones indicated in the previous link. I'm...