Skip to content

Commit 424e394

Browse files
stroxlerfacebook-github-bot
authored andcommitted
Remove blank line
Summary: Inconsistent format, I suspect it was just a typo. Reviewed By: rchen152 Differential Revision: D82326001 fbshipit-source-id: b3c8c8b771ff583cef7ba7a278ec1a923962bedb
1 parent 8317731 commit 424e394

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyrefly/lib/export/definitions.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ pub enum DefinitionStyle {
4949
/// Imported with an alias, e.g. `from x import y as z`
5050
/// Name is the previous name before the alias
5151
ImportAs(ModuleName, Name),
52-
5352
/// Imported with an alias, where the alias is identical, e.g. `from x import y as y`
5453
ImportAsEq(ModuleName),
5554
/// Imported from another module, e.g. `from x import y`

0 commit comments

Comments
 (0)