Skip to content

Commit

Permalink
# type: ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jun 13, 2024
1 parent a362ea0 commit 5be1595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcmc_examples/lighthouse/lighthouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import sys
import os
from time import gmtime, strftime
import pathos.multiprocessing
import pathos.multiprocessing # type: ignore
import numpy
from mcmc import mcmc_framework
# from mcmc_examples.lighthouse.lighthouse_model import LightHouseModel
Expand Down

0 comments on commit 5be1595

Please sign in to comment.