Skip to content

Commit

Permalink
fix circular imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Jan 5, 2024
1 parent 72d08cc commit 7a854eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_lsl/lsl/load_liblsl.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import pooch
import requests

from .. import __version__
from .._version import __version__
from ..utils._path import walk
from ..utils.logs import logger

Expand Down

0 comments on commit 7a854eb

Please sign in to comment.