Skip to content

Commit 952ca77

Browse files
committed
Remove spurious using declaration
1 parent ac370f9 commit 952ca77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/IronPython.Modules/termios.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
using IronPython.Runtime.Types;
2020

2121
using static IronPython.Modules.PythonIOModule;
22-
using IronPython.Hosting;
2322

2423

2524
[assembly: PythonModule("termios", typeof(IronPython.Modules.PythonTermios), PlatformsAttribute.PlatformFamily.Unix)]

0 commit comments

Comments
 (0)