Commit 157c0eaa authored by Tom Ward's avatar Tom Ward Committed by Copybara-Service
Browse files

Remove unused type hint from run_alphafold script.

PiperOrigin-RevId: 454817469
Change-Id: I677ee0cabbcf64b4682a0f4b218c23daf95ac13e
parent b0b7afad
......@@ -21,7 +21,7 @@ import random
import shutil
import sys
import time
from typing import Dict, Union, Optional
from typing import Dict, Union
from absl import app
from absl import flags
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment