Skip to content

Commit

Permalink
codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanssen2 committed Mar 21, 2024
1 parent 55f2a6b commit cae7fc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion qiita_core/tests/test_configuration_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ def test_help_email(self):
obs._get_main(self.conf)
self.assertEqual(obs.sysadmin_email, 'jdereus@health.ucsd.edu')


def test_get_job_scheduler(self):
obs = ConfigurationManager()

Expand Down
2 changes: 1 addition & 1 deletion qiita_pet/handlers/study_handlers/sample_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from tornado.web import authenticated, HTTPError

from qiita_core.qiita_settings import r_client
from qiita_core.qiita_settings import r_client, qiita_config
from qiita_pet.handlers.util import to_int
from qiita_pet.handlers.base_handlers import BaseHandler
from qiita_db.util import get_files_from_uploads_folders
Expand Down

0 comments on commit cae7fc7

Please sign in to comment.