Skip to content

Commit

Permalink
Reverted python 3.11 only function
Browse files Browse the repository at this point in the history
  • Loading branch information
rednafi committed Jan 10, 2023
1 parent 6ae6327 commit fe0f352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubric/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import click
import pkg_resources
import sys

FILENAMES = (
".editorconfig",
Expand All @@ -24,6 +23,7 @@

TERMINAL_COLUMN_SIZE: int = shutil.get_terminal_size().columns


def copy_over(
src_filename: str,
dst_dirname: str = ".",
Expand Down

0 comments on commit fe0f352

Please sign in to comment.