Skip to content

Commit

Permalink
fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
pohmelie committed Mar 13, 2024
1 parent 249a987 commit 98a4f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/aioftp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""ftp client/server for asyncio"""

# flake8: noqa

import importlib.metadata
Expand Down
1 change: 1 addition & 0 deletions src/aioftp/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Simple aioftp-based server with one user (anonymous or not)"""

import argparse
import asyncio
import contextlib
Expand Down

0 comments on commit 98a4f3e

Please sign in to comment.