Skip to content

Commit

Permalink
black formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrew committed Mar 22, 2024
1 parent b748752 commit 82b6349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit_tests/test_tethys_portal/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ def test_portal_config_settings_standalone_app(self, _):

self.assertTrue(settings.STANDALONE_APP is None)
self.assertTrue(settings.BYPASS_TETHYS_HOME_PAGE)

@mock.patch("tethys_portal.optional_dependencies.optional_import")
def test_bokehjsdir_compatibility(self, mock_oi):
mock_bokeh_settings = mock.MagicMock()
Expand Down

0 comments on commit 82b6349

Please sign in to comment.