Skip to content

Commit 13bb1d6

Browse files
authored
Fixed filename (#167)
# Description of the fix The `dbos/_admin_sever.py` file was renamed to `dbos/_admin_server.py`, and the import similarly updated. # Testing I ran the existing unit tests. No new functionality was added, so no new tests were required.
1 parent c823f7b commit 13bb1d6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

dbos/_dbos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
else:
6969
from typing import ParamSpec, TypeAlias
7070

71-
from ._admin_sever import AdminServer
71+
from ._admin_server import AdminServer
7272
from ._app_db import ApplicationDatabase
7373
from ._context import (
7474
EnterDBOSStep,

0 commit comments

Comments
 (0)