Skip to content

Commit

Permalink
Fixed missing import
Browse files Browse the repository at this point in the history
The 'Session' ctor needs to be accessible.
  • Loading branch information
randallfrank committed Mar 11, 2024
1 parent 3312036 commit 13120b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import webbrowser

import ansys.pyensight.core
from ansys.pyensight.core.launcher import Launcher
from ansys.pyensight.core.launcher import Launcher, Session
import ansys.pyensight.core.renderable
import pytest

Expand Down

0 comments on commit 13120b2

Please sign in to comment.