Skip to content

Commit

Permalink
removed unused package
Browse files Browse the repository at this point in the history
  • Loading branch information
sowmyasris committed Aug 12, 2024
1 parent 41d0db7 commit aa947c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fedn/network/api/gunicorn_app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from gunicorn.app.base import BaseApplication
import os
class GunicornApp(BaseApplication):
def __init__(self, app, options=None):
self.options = options or {}
Expand Down

0 comments on commit aa947c7

Please sign in to comment.