refactor: Update according to Chapter 2.1.3.2 of RFC 116

This commit is contained in:
莘权 马 2023-11-09 00:42:52 +08:00
parent c4ac0c72d7
commit bb050142f7

View file

@ -4,8 +4,6 @@
@Time : 2023/5/12 00:30
@Author : alexanderwu
@File : software_company.py
@Modified By: mashenquan, 2023-11-1. According to Chapter 2.2.1 and 2.2.2 of RFC 116:
1. Abandon the design of having `Environment` store all messages.
"""
from pydantic import BaseModel, Field