Skip to content

Commit

Permalink
Update main.py - cProfile import for 'posix' platform (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
MOONLAPSED authored Jan 21, 2025
1 parent be434a0 commit cc98073
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import annotations
#------------------------------------------------------------------------------
# Standard Library Imports - 3.13 std libs **ONLY**
#------------------------------------------------------------------------------
Expand Down Expand Up @@ -28,6 +28,7 @@
import asyncio
import inspect
import hashlib
import cProfile
import tempfile
import platform
import traceback
Expand Down

0 comments on commit cc98073

Please sign in to comment.