Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 441b973

Browse filesBrowse files
committed
🔀 Merge main
2 parents 574ac13 + dbcaa50 commit 441b973
Copy full SHA for 441b973

3 files changed

+1-2Lines changed: 1 addition & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎docs/release-notes.md‎

Copy file name to clipboardExpand all lines: docs/release-notes.md
+1Lines changed: 1 addition & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Latest Changes
44

5+
* 🎨 Format `expression.py` and expression template, currently needed by CI. PR [#187](https://github.com/tiangolo/sqlmodel/pull/187) by [@tiangolo](https://github.com/tiangolo).
56
* 🐛Fix docs light/dark theme switcher. PR [#1](https://github.com/tiangolo/sqlmodel/pull/1) by [@Lehoczky](https://github.com/Lehoczky).
67
* 🔧 Add MkDocs Material social cards. PR [#90](https://github.com/tiangolo/sqlmodel/pull/90) by [@tiangolo](https://github.com/tiangolo).
78
* ✨ Update type annotations and upgrade mypy. PR [#173](https://github.com/tiangolo/sqlmodel/pull/173) by [@tiangolo](https://github.com/tiangolo).
Collapse file

‎sqlmodel/sql/expression.py‎

Copy file name to clipboardExpand all lines: sqlmodel/sql/expression.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ class Select(_Select, Generic[_TSelect]):
3838
class SelectOfScalar(_Select, Generic[_TSelect]):
3939
pass
4040

41-
4241
else:
4342
from typing import GenericMeta # type: ignore
4443

Collapse file

‎sqlmodel/sql/expression.py.jinja2‎

Copy file name to clipboardExpand all lines: sqlmodel/sql/expression.py.jinja2
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ if sys.version_info.minor >= 7:
3636
class SelectOfScalar(_Select, Generic[_TSelect]):
3737
pass
3838

39-
4039
else:
4140
from typing import GenericMeta # type: ignore
4241

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.