diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 17b7557..326dc76 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -81,7 +81,6 @@ jobs: # only add comments for 3.8 no-comments: ${{ matrix.python-version != '3.8' }} warnings: true - verify-types: mafic - name: Run pyright (Windows) uses: jakebailey/pyright-action@v1.4.1 @@ -94,7 +93,6 @@ jobs: # only add comments for one platform no-comments: true warnings: true - verify-types: mafic slotscheck: runs-on: ubuntu-latest diff --git a/mafic/player.py b/mafic/player.py index 6bd2e35..ac572ae 100644 --- a/mafic/player.py +++ b/mafic/player.py @@ -99,7 +99,7 @@ def update_state(self, state: PlayerUpdateState) -> None: self._ping = state["ping"] # If people are so in love with the VoiceClient interface - def is_connected(self): + def is_connected(self) -> bool: return self._connected async def _dispatch_player_update(self) -> None: