Skip to content

Commit

Permalink
Skip jupyter_core
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Dec 18, 2023
1 parent 79a5cbb commit 11f0cd4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
File renamed without changes.
4 changes: 1 addition & 3 deletions ehrapy/core/meta_information.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
from __future__ import annotations

import sys
from contextlib import closing
from datetime import datetime
from io import StringIO
from typing import IO, Optional

import session_info
from rich import print
Expand All @@ -27,6 +24,7 @@ def print_versions(): # pragma: no cover
"builtins",
"stdlib_list",
"importlib_metadata",
"jupyter_core"
# Special module present if test coverage being calculated
# https://gitlab.com/joelostblom/session_info/-/issues/10
"$coverage",
Expand Down
Empty file removed ehrapy/util/__init__.py
Empty file.

0 comments on commit 11f0cd4

Please sign in to comment.