diff --git a/pagure/hooks/pagure_no_new_branches.py b/pagure/hooks/pagure_no_new_branches.py index 66f3508..22bde1e 100644 --- a/pagure/hooks/pagure_no_new_branches.py +++ b/pagure/hooks/pagure_no_new_branches.py @@ -10,8 +10,6 @@ from __future__ import unicode_literals -import os - import sqlalchemy as sa import wtforms try: