Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ericatkin committed Jun 24, 2024
1 parent 02b114f commit 5b69614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyramid/config/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
as_sorted_tuple,
is_nonstr_iter,
)
from pyramid.view import Self, AppendSlashNotFoundViewFactory
from pyramid.view import AppendSlashNotFoundViewFactory, Self
import pyramid.viewderivers
from pyramid.viewderivers import (
INGRESS,
Expand Down

0 comments on commit 5b69614

Please sign in to comment.