Skip to content

Commit

Permalink
Really remove the dependency on attr
Browse files Browse the repository at this point in the history
  • Loading branch information
Csonkás Kristóf Gyula committed Feb 26, 2021
1 parent ebde452 commit 799bef9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sphinx_thrift/thrift_ast.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from dataclasses import dataclass
from typing import Any, Dict, List, Optional, Union

import attr

AtomicType = str
Type = Union[AtomicType, 'ListType', 'SetType', 'MapType', 'ReferenceType']

Expand Down

0 comments on commit 799bef9

Please sign in to comment.