Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

Commit

Permalink
chore: better typing
Browse files Browse the repository at this point in the history
  • Loading branch information
gustaveWPM committed Jan 2, 2024
1 parent 0693444 commit e4a2174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/generator/metaprog/types.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# coding: utf-8

from typing import TypeAlias

Void = None

Void: TypeAlias = type(None)

class Schema(dict):
def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit e4a2174

Please sign in to comment.