Mercurial > p > roundup > code
comparison roundup/instance.py @ 7228:07ce4e4110f5
flake8 fixes: whitespace, remove unused imports
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 18 Mar 2023 14:16:31 -0400 |
| parents | 408fd477761f |
| children | 82bbb95e5690 771d7c43c76f |
comparison
equal
deleted
inserted
replaced
| 7227:1e004afe87bb | 7228:07ce4e4110f5 |
|---|---|
| 38 except ImportError: | 38 except ImportError: |
| 39 from collections import Callable | 39 from collections import Callable |
| 40 | 40 |
| 41 import os | 41 import os |
| 42 import sys | 42 import sys |
| 43 import warnings | |
| 44 | 43 |
| 45 from roundup import configuration, mailgw | 44 from roundup import configuration, mailgw |
| 46 from roundup import hyperdb, backends, actions | 45 from roundup import hyperdb, backends, actions |
| 47 from roundup.cgi import client, templating | 46 from roundup.cgi import client, templating |
| 48 from roundup.cgi import actions as cgi_actions | 47 from roundup.cgi import actions as cgi_actions |
