Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Mar 26, 2024
1 parent dcedd70 commit c724d7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brian2cuda/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Package implementing the CUDA "standalone" `Device` and `CodeObject`.
"""
import logging

from . import cuda_prefs
from .codeobject import CUDAStandaloneCodeObject
Expand Down

0 comments on commit c724d7f

Please sign in to comment.