Skip to content

Commit

Permalink
Remove nest_asyncio dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
maestroque committed Sep 2, 2024
1 parent 9e3d0d4 commit 85be699
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions phys2denoise/tests/test_tasks_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import logging
import os

import nest_asyncio
import numpy as np
from loguru import logger
from physutils import physio
Expand All @@ -14,8 +13,6 @@

from .utils import create_fake_phys

nest_asyncio.apply()

LGR = logging.getLogger(__name__)
LGR.setLevel(logging.DEBUG)

Expand Down

0 comments on commit 85be699

Please sign in to comment.