Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
seeM committed Apr 10, 2024
1 parent 0e95aa4 commit 3bfbee3
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def __str__(self) -> str:

@classmethod
def trait(cls) -> traitlets.Enum:
# return traitlets.Enum(sorted(cls), help=cls.__doc__, default_value=cls.Default) # type: ignore
return traitlets.Enum(sorted(cls), help=cls.__doc__)


Expand Down Expand Up @@ -427,9 +426,6 @@ async def do_shutdown(self, restart: bool) -> JsonRecord: # type: ignore Report


class PositronIPKernelApp(IPKernelApp):
kernel: PositronIPyKernel
shell: PositronShell

# Use the PositronIPyKernel class.
kernel_class: Type[PositronIPyKernel] = traitlets.Type(PositronIPyKernel) # type: ignore

Expand Down

0 comments on commit 3bfbee3

Please sign in to comment.